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