pub struct DelayWatcherMarker;
Trait Implementations§
Source§impl Clone for DelayWatcherMarker
impl Clone for DelayWatcherMarker
Source§fn clone(&self) -> DelayWatcherMarker
fn clone(&self) -> DelayWatcherMarker
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 DelayWatcherMarker
impl Debug for DelayWatcherMarker
Source§impl Hash for DelayWatcherMarker
impl Hash for DelayWatcherMarker
Source§impl Ord for DelayWatcherMarker
impl Ord for DelayWatcherMarker
Source§fn cmp(&self, other: &DelayWatcherMarker) -> Ordering
fn cmp(&self, other: &DelayWatcherMarker) -> 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 DelayWatcherMarker
impl PartialEq for DelayWatcherMarker
Source§impl PartialOrd for DelayWatcherMarker
impl PartialOrd for DelayWatcherMarker
Source§impl ProtocolMarker for DelayWatcherMarker
impl ProtocolMarker for DelayWatcherMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) DelayWatcher"
const DEBUG_NAME: &'static str = "(anonymous) DelayWatcher"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = DelayWatcherProxy
type Proxy = DelayWatcherProxy
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 = DelayWatcherRequestStream
type RequestStream = DelayWatcherRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = DelayWatcherSynchronousProxy
type SynchronousProxy = DelayWatcherSynchronousProxy
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 DelayWatcherMarker
impl Eq for DelayWatcherMarker
impl StructuralPartialEq for DelayWatcherMarker
Auto Trait Implementations§
impl Freeze for DelayWatcherMarker
impl RefUnwindSafe for DelayWatcherMarker
impl Send for DelayWatcherMarker
impl Sync for DelayWatcherMarker
impl Unpin for DelayWatcherMarker
impl UnwindSafe for DelayWatcherMarker
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)