pub struct NodeToken;Expand description
The type corresponding to the NodeToken protocol.
A protocol that is meant to be composed into other protocols to allow driver
clients to query the node token associated with the driver. This token can be
exchanged with the driver framework via protocols such as
fuchsia.driver.token/NodeBusTopology.Get to learn more information about the
node.
Trait Implementations§
Source§impl<___H, ___T> DispatchClientMessage<___H, ___T> for NodeTokenwhere
___H: NodeTokenClientHandler<___T> + Send,
___T: Transport,
impl<___H, ___T> DispatchClientMessage<___H, ___T> for NodeTokenwhere
___H: NodeTokenClientHandler<___T> + Send,
___T: Transport,
Source§impl<___H, ___T> DispatchLocalClientMessage<___H, ___T> for NodeTokenwhere
___H: NodeTokenLocalClientHandler<___T>,
___T: Transport,
impl<___H, ___T> DispatchLocalClientMessage<___H, ___T> for NodeTokenwhere
___H: NodeTokenLocalClientHandler<___T>,
___T: Transport,
Source§impl<___H, ___T> DispatchLocalServerMessage<___H, ___T> for NodeTokenwhere
___H: NodeTokenLocalServerHandler<___T>,
___T: Transport,
impl<___H, ___T> DispatchLocalServerMessage<___H, ___T> for NodeTokenwhere
___H: NodeTokenLocalServerHandler<___T>,
___T: Transport,
Source§impl<___H, ___T> DispatchServerMessage<___H, ___T> for NodeTokenwhere
___H: NodeTokenServerHandler<___T> + Send,
___T: Transport,
impl<___H, ___T> DispatchServerMessage<___H, ___T> for NodeTokenwhere
___H: NodeTokenServerHandler<___T> + Send,
___T: Transport,
impl StructuralPartialEq for NodeToken
Auto Trait Implementations§
impl Freeze for NodeToken
impl RefUnwindSafe for NodeToken
impl Send for NodeToken
impl Sync for NodeToken
impl Unpin for NodeToken
impl UnsafeUnpin for NodeToken
impl UnwindSafe for NodeToken
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]