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