Struct fidl_test_service::SecondProtocolMarker
source · pub struct SecondProtocolMarker;
Trait Implementations§
source§impl Clone for SecondProtocolMarker
impl Clone for SecondProtocolMarker
source§fn clone(&self) -> SecondProtocolMarker
fn clone(&self) -> SecondProtocolMarker
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SecondProtocolMarker
impl Debug for SecondProtocolMarker
source§impl Hash for SecondProtocolMarker
impl Hash for SecondProtocolMarker
source§impl Ord for SecondProtocolMarker
impl Ord for SecondProtocolMarker
source§fn cmp(&self, other: &SecondProtocolMarker) -> Ordering
fn cmp(&self, other: &SecondProtocolMarker) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<SecondProtocolMarker> for SecondProtocolMarker
impl PartialEq<SecondProtocolMarker> for SecondProtocolMarker
source§fn eq(&self, other: &SecondProtocolMarker) -> bool
fn eq(&self, other: &SecondProtocolMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<SecondProtocolMarker> for SecondProtocolMarker
impl PartialOrd<SecondProtocolMarker> for SecondProtocolMarker
source§fn partial_cmp(&self, other: &SecondProtocolMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &SecondProtocolMarker) -> Option<Ordering>
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 SecondProtocolMarker
impl ProtocolMarker for SecondProtocolMarker
§type Proxy = SecondProtocolProxy
type Proxy = SecondProtocolProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = SecondProtocolRequestStream
type RequestStream = SecondProtocolRequestStream
The type of the stream of requests coming into a server.
source§const DEBUG_NAME: &'static str = "(anonymous) SecondProtocol"
const DEBUG_NAME: &'static str = "(anonymous) SecondProtocol"
The name of the protocol suitable for debug purposes. Read more