pub struct DecodableMarker;
Trait Implementations§
source§impl Clone for DecodableMarker
impl Clone for DecodableMarker
source§fn clone(&self) -> DecodableMarker
fn clone(&self) -> DecodableMarker
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 DecodableMarker
impl Debug for DecodableMarker
source§impl Hash for DecodableMarker
impl Hash for DecodableMarker
source§impl Ord for DecodableMarker
impl Ord for DecodableMarker
source§fn cmp(&self, other: &DecodableMarker) -> Ordering
fn cmp(&self, other: &DecodableMarker) -> 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<DecodableMarker> for DecodableMarker
impl PartialEq<DecodableMarker> for DecodableMarker
source§fn eq(&self, other: &DecodableMarker) -> bool
fn eq(&self, other: &DecodableMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<DecodableMarker> for DecodableMarker
impl PartialOrd<DecodableMarker> for DecodableMarker
source§fn partial_cmp(&self, other: &DecodableMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &DecodableMarker) -> 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 ServiceMarker for DecodableMarker
impl ServiceMarker for DecodableMarker
§type Proxy = DecodableProxy
type Proxy = DecodableProxy
The type of the proxy object upon which calls are made to a remote FIDL service.
§type Request = DecodableRequest
type Request = DecodableRequest
The request type for this particular FIDL service.
source§const SERVICE_NAME: &'static str = "fidl.test.dangerous.service.names.camel1.Decodable"
const SERVICE_NAME: &'static str = "fidl.test.dangerous.service.names.camel1.Decodable"
The name of the service. Used for service lookup and discovery.