pub struct FakeEndpointMarker;
Trait Implementations§
source§impl Clone for FakeEndpointMarker
impl Clone for FakeEndpointMarker
source§fn clone(&self) -> FakeEndpointMarker
fn clone(&self) -> FakeEndpointMarker
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 FakeEndpointMarker
impl Debug for FakeEndpointMarker
source§impl Hash for FakeEndpointMarker
impl Hash for FakeEndpointMarker
source§impl Ord for FakeEndpointMarker
impl Ord for FakeEndpointMarker
source§fn cmp(&self, other: &FakeEndpointMarker) -> Ordering
fn cmp(&self, other: &FakeEndpointMarker) -> 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<FakeEndpointMarker> for FakeEndpointMarker
impl PartialEq<FakeEndpointMarker> for FakeEndpointMarker
source§fn eq(&self, other: &FakeEndpointMarker) -> bool
fn eq(&self, other: &FakeEndpointMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<FakeEndpointMarker> for FakeEndpointMarker
impl PartialOrd<FakeEndpointMarker> for FakeEndpointMarker
source§fn partial_cmp(&self, other: &FakeEndpointMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &FakeEndpointMarker) -> 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 FakeEndpointMarker
impl ProtocolMarker for FakeEndpointMarker
§type Proxy = FakeEndpointProxy
type Proxy = FakeEndpointProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = FakeEndpointRequestStream
type RequestStream = FakeEndpointRequestStream
The type of the stream of requests coming into a server.
source§const DEBUG_NAME: &'static str = "(anonymous) FakeEndpoint"
const DEBUG_NAME: &'static str = "(anonymous) FakeEndpoint"
The name of the protocol suitable for debug purposes. Read more
impl Copy for FakeEndpointMarker
impl Eq for FakeEndpointMarker
impl StructuralEq for FakeEndpointMarker
impl StructuralPartialEq for FakeEndpointMarker
Auto Trait Implementations§
impl RefUnwindSafe for FakeEndpointMarker
impl Send for FakeEndpointMarker
impl Sync for FakeEndpointMarker
impl Unpin for FakeEndpointMarker
impl UnwindSafe for FakeEndpointMarker
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more