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