pub struct GetPowerDomainStatus;Trait Implementations§
Source§impl Method for GetPowerDomainStatus
impl Method for GetPowerDomainStatus
Source§const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Strict
const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Strict
The flexibility of the method.
Source§impl<___R> Respond<___R> for GetPowerDomainStatus
impl<___R> Respond<___R> for GetPowerDomainStatus
Source§type Output = Result<DeviceGetPowerDomainStatusResponse<___R>, Never>
type Output = Result<DeviceGetPowerDomainStatusResponse<___R>, Never>
The returned response type.
Source§fn respond(response: ___R) -> <GetPowerDomainStatus as Respond<___R>>::Output
fn respond(response: ___R) -> <GetPowerDomainStatus as Respond<___R>>::Output
Makes a response from the given input.
Source§impl<___R> RespondErr<___R> for GetPowerDomainStatus
impl<___R> RespondErr<___R> for GetPowerDomainStatus
Source§fn respond_err(
response: ___R,
) -> <GetPowerDomainStatus as RespondErr<___R>>::Output
fn respond_err( response: ___R, ) -> <GetPowerDomainStatus as RespondErr<___R>>::Output
Makes an
Err response from the given input.Source§impl TwoWayMethod for GetPowerDomainStatus
impl TwoWayMethod for GetPowerDomainStatus
Source§type Response = Result<'static, DeviceGetPowerDomainStatusResponse, Int32>
type Response = Result<'static, DeviceGetPowerDomainStatusResponse, Int32>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for GetPowerDomainStatus
impl RefUnwindSafe for GetPowerDomainStatus
impl Send for GetPowerDomainStatus
impl Sync for GetPowerDomainStatus
impl Unpin for GetPowerDomainStatus
impl UnsafeUnpin for GetPowerDomainStatus
impl UnwindSafe for GetPowerDomainStatus
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]