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