pub struct GetPowerConfiguration;Trait Implementations§
Source§impl Method for GetPowerConfiguration
impl Method for GetPowerConfiguration
Source§const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Flexible
const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Flexible
The flexibility of the method.
Source§impl<___R> Respond<___R> for GetPowerConfiguration
impl<___R> Respond<___R> for GetPowerConfiguration
Source§impl<___R> RespondErr<___R> for GetPowerConfiguration
impl<___R> RespondErr<___R> for GetPowerConfiguration
Source§impl TwoWayMethod for GetPowerConfiguration
impl TwoWayMethod for GetPowerConfiguration
Source§type Response = FlexibleResult<'static, DeviceGetPowerConfigurationResponse<'static>, Int32>
type Response = FlexibleResult<'static, DeviceGetPowerConfigurationResponse<'static>, Int32>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for GetPowerConfiguration
impl RefUnwindSafe for GetPowerConfiguration
impl Send for GetPowerConfiguration
impl Sync for GetPowerConfiguration
impl Unpin for GetPowerConfiguration
impl UnsafeUnpin for GetPowerConfiguration
impl UnwindSafe for GetPowerConfiguration
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]