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