pub struct NodeTokenMarker;Trait Implementations§
Source§impl Clone for NodeTokenMarker
impl Clone for NodeTokenMarker
Source§fn clone(&self) -> NodeTokenMarker
fn clone(&self) -> NodeTokenMarker
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NodeTokenMarker
impl Debug for NodeTokenMarker
Source§impl Hash for NodeTokenMarker
impl Hash for NodeTokenMarker
Source§impl Ord for NodeTokenMarker
impl Ord for NodeTokenMarker
Source§fn cmp(&self, other: &NodeTokenMarker) -> Ordering
fn cmp(&self, other: &NodeTokenMarker) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NodeTokenMarker
impl PartialEq for NodeTokenMarker
Source§impl PartialOrd for NodeTokenMarker
impl PartialOrd for NodeTokenMarker
Source§impl ProtocolMarker for NodeTokenMarker
impl ProtocolMarker for NodeTokenMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) NodeToken"
const DEBUG_NAME: &'static str = "(anonymous) NodeToken"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = NodeTokenProxy
type Proxy = NodeTokenProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd.Source§type RequestStream = NodeTokenRequestStream
type RequestStream = NodeTokenRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = NodeTokenSynchronousProxy
type SynchronousProxy = NodeTokenSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd.impl Copy for NodeTokenMarker
impl Eq for NodeTokenMarker
impl StructuralPartialEq for NodeTokenMarker
Auto Trait Implementations§
impl Freeze for NodeTokenMarker
impl RefUnwindSafe for NodeTokenMarker
impl Send for NodeTokenMarker
impl Sync for NodeTokenMarker
impl Unpin for NodeTokenMarker
impl UnsafeUnpin for NodeTokenMarker
impl UnwindSafe for NodeTokenMarker
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