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