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