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