pub struct ConnectionMarker;
Trait Implementations§
Source§impl Clone for ConnectionMarker
impl Clone for ConnectionMarker
Source§fn clone(&self) -> ConnectionMarker
fn clone(&self) -> ConnectionMarker
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 ConnectionMarker
impl Debug for ConnectionMarker
Source§impl Hash for ConnectionMarker
impl Hash for ConnectionMarker
Source§impl Ord for ConnectionMarker
impl Ord for ConnectionMarker
Source§fn cmp(&self, other: &ConnectionMarker) -> Ordering
fn cmp(&self, other: &ConnectionMarker) -> 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 ConnectionMarker
impl PartialEq for ConnectionMarker
Source§impl PartialOrd for ConnectionMarker
impl PartialOrd for ConnectionMarker
Source§impl ProtocolMarker for ConnectionMarker
impl ProtocolMarker for ConnectionMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) Connection"
const DEBUG_NAME: &'static str = "(anonymous) Connection"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = ConnectionProxy
type Proxy = ConnectionProxy
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 = ConnectionRequestStream
type RequestStream = ConnectionRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = ConnectionSynchronousProxy
type SynchronousProxy = ConnectionSynchronousProxy
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 ConnectionMarker
impl Eq for ConnectionMarker
impl StructuralPartialEq for ConnectionMarker
Auto Trait Implementations§
impl Freeze for ConnectionMarker
impl RefUnwindSafe for ConnectionMarker
impl Send for ConnectionMarker
impl Sync for ConnectionMarker
impl Unpin for ConnectionMarker
impl UnwindSafe for ConnectionMarker
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
)