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