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