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