Struct fidl_fuchsia_io::Node1Marker
source · pub struct Node1Marker;
Trait Implementations§
source§impl Clone for Node1Marker
impl Clone for Node1Marker
source§fn clone(&self) -> Node1Marker
fn clone(&self) -> Node1Marker
Returns a copy 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 Node1Marker
impl Debug for Node1Marker
source§impl Hash for Node1Marker
impl Hash for Node1Marker
source§impl Ord for Node1Marker
impl Ord for Node1Marker
source§fn cmp(&self, other: &Node1Marker) -> Ordering
fn cmp(&self, other: &Node1Marker) -> 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 Node1Marker
impl PartialEq for Node1Marker
source§fn eq(&self, other: &Node1Marker) -> bool
fn eq(&self, other: &Node1Marker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for Node1Marker
impl PartialOrd for Node1Marker
source§fn partial_cmp(&self, other: &Node1Marker) -> Option<Ordering>
fn partial_cmp(&self, other: &Node1Marker) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl ProtocolMarker for Node1Marker
impl ProtocolMarker for Node1Marker
§type Proxy = Node1Proxy
type Proxy = Node1Proxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = Node1RequestStream
type RequestStream = Node1RequestStream
The type of the stream of requests coming into a server.
§type SynchronousProxy = Node1SynchronousProxy
type SynchronousProxy = Node1SynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.source§const DEBUG_NAME: &'static str = "(anonymous) Node1"
const DEBUG_NAME: &'static str = "(anonymous) Node1"
The name of the protocol suitable for debug purposes. Read more
impl Copy for Node1Marker
impl Eq for Node1Marker
impl StructuralEq for Node1Marker
impl StructuralPartialEq for Node1Marker
Auto Trait Implementations§
impl RefUnwindSafe for Node1Marker
impl Send for Node1Marker
impl Sync for Node1Marker
impl Unpin for Node1Marker
impl UnwindSafe for Node1Marker
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