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