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