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