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