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