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