pub struct ModMarker;
Trait Implementations§
source§impl Ord for ModMarker
impl Ord for ModMarker
source§impl PartialEq<ModMarker> for ModMarker
impl PartialEq<ModMarker> for ModMarker
source§impl PartialOrd<ModMarker> for ModMarker
impl PartialOrd<ModMarker> for ModMarker
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 ModMarker
impl ServiceMarker for ModMarker
§type Proxy = ModProxy
type Proxy = ModProxy
The type of the proxy object upon which calls are made to a remote FIDL service.
§type Request = ModRequest
type Request = ModRequest
The request type for this particular FIDL service.
source§const SERVICE_NAME: &'static str = "fidl.test.dangerous.service.names.camel1.Mod"
const SERVICE_NAME: &'static str = "fidl.test.dangerous.service.names.camel1.Mod"
The name of the service. Used for service lookup and discovery.