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