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