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