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