pub struct Fn_Marker;
Trait Implementations§
source§impl Ord for Fn_Marker
impl Ord for Fn_Marker
source§impl PartialEq<Fn_Marker> for Fn_Marker
impl PartialEq<Fn_Marker> for Fn_Marker
source§impl PartialOrd<Fn_Marker> for Fn_Marker
impl PartialOrd<Fn_Marker> for Fn_Marker
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 Fn_Marker
impl ProtocolMarker for Fn_Marker
§type Proxy = Fn_Proxy
type Proxy = Fn_Proxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = Fn_RequestStream
type RequestStream = Fn_RequestStream
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