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