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