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