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