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