pub struct EndpointMarker;
Trait Implementations§
source§impl Clone for EndpointMarker
impl Clone for EndpointMarker
source§fn clone(&self) -> EndpointMarker
fn clone(&self) -> EndpointMarker
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 EndpointMarker
impl Debug for EndpointMarker
source§impl Hash for EndpointMarker
impl Hash for EndpointMarker
source§impl Ord for EndpointMarker
impl Ord for EndpointMarker
source§fn cmp(&self, other: &EndpointMarker) -> Ordering
fn cmp(&self, other: &EndpointMarker) -> 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 for EndpointMarker
impl PartialEq for EndpointMarker
source§fn eq(&self, other: &EndpointMarker) -> bool
fn eq(&self, other: &EndpointMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for EndpointMarker
impl PartialOrd for EndpointMarker
source§fn partial_cmp(&self, other: &EndpointMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &EndpointMarker) -> 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 EndpointMarker
impl ProtocolMarker for EndpointMarker
§type Proxy = EndpointProxy
type Proxy = EndpointProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = EndpointRequestStream
type RequestStream = EndpointRequestStream
The type of the stream of requests coming into a server.
§type SynchronousProxy = EndpointSynchronousProxy
type SynchronousProxy = EndpointSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.source§const DEBUG_NAME: &'static str = "(anonymous) Endpoint"
const DEBUG_NAME: &'static str = "(anonymous) Endpoint"
The name of the protocol suitable for debug purposes. Read more
impl Copy for EndpointMarker
impl Eq for EndpointMarker
impl StructuralEq for EndpointMarker
impl StructuralPartialEq for EndpointMarker
Auto Trait Implementations§
impl RefUnwindSafe for EndpointMarker
impl Send for EndpointMarker
impl Sync for EndpointMarker
impl Unpin for EndpointMarker
impl UnwindSafe for EndpointMarker
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