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