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