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