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