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