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