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§impl PartialOrd for EndpointMarker
impl PartialOrd for EndpointMarker
Source§impl ProtocolMarker for EndpointMarker
impl ProtocolMarker for EndpointMarker
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
Source§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
.Source§type RequestStream = EndpointRequestStream
type RequestStream = EndpointRequestStream
The type of the stream of requests coming into a server.
Source§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
.impl Copy for EndpointMarker
impl Eq for EndpointMarker
impl StructuralPartialEq for EndpointMarker
Auto Trait Implementations§
impl Freeze for EndpointMarker
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)