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