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