Struct fidl_fuchsia_compat_runtime::LeafMarker
source · pub struct LeafMarker;
Trait Implementations§
source§impl Clone for LeafMarker
impl Clone for LeafMarker
source§fn clone(&self) -> LeafMarker
fn clone(&self) -> LeafMarker
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 LeafMarker
impl Debug for LeafMarker
source§impl Hash for LeafMarker
impl Hash for LeafMarker
source§impl Ord for LeafMarker
impl Ord for LeafMarker
source§fn cmp(&self, other: &LeafMarker) -> Ordering
fn cmp(&self, other: &LeafMarker) -> 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<LeafMarker> for LeafMarker
impl PartialEq<LeafMarker> for LeafMarker
source§fn eq(&self, other: &LeafMarker) -> bool
fn eq(&self, other: &LeafMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<LeafMarker> for LeafMarker
impl PartialOrd<LeafMarker> for LeafMarker
source§fn partial_cmp(&self, other: &LeafMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &LeafMarker) -> 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 LeafMarker
impl ProtocolMarker for LeafMarker
§type Proxy = LeafProxy
type Proxy = LeafProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = LeafRequestStream
type RequestStream = LeafRequestStream
The type of the stream of requests coming into a server.
source§const DEBUG_NAME: &'static str = "(anonymous) Leaf"
const DEBUG_NAME: &'static str = "(anonymous) Leaf"
The name of the protocol suitable for debug purposes. Read more