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