pub struct AcquireLongWakeLease;Trait Implementations§
Source§impl Method for AcquireLongWakeLease
impl Method for AcquireLongWakeLease
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§type Request = ActivityGovernorAcquireLongWakeLeaseRequest<'static>
type Request = ActivityGovernorAcquireLongWakeLeaseRequest<'static>
The request payload for the method.
Source§impl<___R> Respond<___R> for AcquireLongWakeLease
impl<___R> Respond<___R> for AcquireLongWakeLease
Source§impl<___R> RespondErr<___R> for AcquireLongWakeLease
impl<___R> RespondErr<___R> for AcquireLongWakeLease
Source§impl TwoWayMethod for AcquireLongWakeLease
impl TwoWayMethod for AcquireLongWakeLease
Source§type Response = FlexibleResult<'static, ActivityGovernorAcquireLongWakeLeaseResponse, AcquireWakeLeaseError>
type Response = FlexibleResult<'static, ActivityGovernorAcquireLongWakeLeaseResponse, AcquireWakeLeaseError>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for AcquireLongWakeLease
impl RefUnwindSafe for AcquireLongWakeLease
impl Send for AcquireLongWakeLease
impl Sync for AcquireLongWakeLease
impl Unpin for AcquireLongWakeLease
impl UnsafeUnpin for AcquireLongWakeLease
impl UnwindSafe for AcquireLongWakeLease
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]