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