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