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