pub struct NodeManagerMarker;Trait Implementations§
Source§impl Clone for NodeManagerMarker
impl Clone for NodeManagerMarker
Source§fn clone(&self) -> NodeManagerMarker
fn clone(&self) -> NodeManagerMarker
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NodeManagerMarker
Source§impl Debug for NodeManagerMarker
impl Debug for NodeManagerMarker
Source§impl DiscoverableProtocolMarker for NodeManagerMarker
impl DiscoverableProtocolMarker for NodeManagerMarker
Source§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
impl Eq for NodeManagerMarker
Source§impl Hash for NodeManagerMarker
impl Hash for NodeManagerMarker
Source§impl Ord for NodeManagerMarker
impl Ord for NodeManagerMarker
Source§fn cmp(&self, other: &NodeManagerMarker) -> Ordering
fn cmp(&self, other: &NodeManagerMarker) -> Ordering
1.21.0 (const: unstable) · 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 NodeManagerMarker
impl PartialEq for NodeManagerMarker
Source§fn eq(&self, other: &NodeManagerMarker) -> bool
fn eq(&self, other: &NodeManagerMarker) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for NodeManagerMarker
impl PartialOrd for NodeManagerMarker
Source§impl ProtocolMarker for NodeManagerMarker
impl ProtocolMarker for NodeManagerMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.driver.framework.NodeManager"
const DEBUG_NAME: &'static str = "fuchsia.driver.framework.NodeManager"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = NodeManagerProxy
type Proxy = NodeManagerProxy
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 = NodeManagerRequestStream
type RequestStream = NodeManagerRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = NodeManagerSynchronousProxy
type SynchronousProxy = NodeManagerSynchronousProxy
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 StructuralPartialEq for NodeManagerMarker
Auto Trait Implementations§
impl Freeze for NodeManagerMarker
impl RefUnwindSafe for NodeManagerMarker
impl Send for NodeManagerMarker
impl Sync for NodeManagerMarker
impl Unpin for NodeManagerMarker
impl UnsafeUnpin for NodeManagerMarker
impl UnwindSafe for NodeManagerMarker
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