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