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