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