pub struct UseMarker;
Trait Implementations§
source§impl Ord for UseMarker
impl Ord for UseMarker
source§impl PartialEq<UseMarker> for UseMarker
impl PartialEq<UseMarker> for UseMarker
source§impl PartialOrd<UseMarker> for UseMarker
impl PartialOrd<UseMarker> for UseMarker
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 ProtocolMarker for UseMarker
impl ProtocolMarker for UseMarker
§type Proxy = UseProxy
type Proxy = UseProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = UseRequestStream
type RequestStream = UseRequestStream
The type of the stream of requests coming into a server.
source§const DEBUG_NAME: &'static str = "(anonymous) Use"
const DEBUG_NAME: &'static str = "(anonymous) Use"
The name of the protocol suitable for debug purposes. Read more