pub struct DestructionWatcherMarker;Trait Implementations§
Source§impl Clone for DestructionWatcherMarker
impl Clone for DestructionWatcherMarker
Source§fn clone(&self) -> DestructionWatcherMarker
fn clone(&self) -> DestructionWatcherMarker
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DestructionWatcherMarker
impl Debug for DestructionWatcherMarker
Source§impl Hash for DestructionWatcherMarker
impl Hash for DestructionWatcherMarker
Source§impl Ord for DestructionWatcherMarker
impl Ord for DestructionWatcherMarker
Source§fn cmp(&self, other: &DestructionWatcherMarker) -> Ordering
fn cmp(&self, other: &DestructionWatcherMarker) -> Ordering
1.21.0 (const: unstable) · 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 DestructionWatcherMarker
impl PartialEq for DestructionWatcherMarker
Source§fn eq(&self, other: &DestructionWatcherMarker) -> bool
fn eq(&self, other: &DestructionWatcherMarker) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DestructionWatcherMarker
impl PartialOrd for DestructionWatcherMarker
Source§impl ProtocolMarker for DestructionWatcherMarker
impl ProtocolMarker for DestructionWatcherMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) DestructionWatcher"
const DEBUG_NAME: &'static str = "(anonymous) DestructionWatcher"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = DestructionWatcherProxy
type Proxy = DestructionWatcherProxy
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 = DestructionWatcherRequestStream
type RequestStream = DestructionWatcherRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = DestructionWatcherSynchronousProxy
type SynchronousProxy = DestructionWatcherSynchronousProxy
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 DestructionWatcherMarker
impl Eq for DestructionWatcherMarker
impl StructuralPartialEq for DestructionWatcherMarker
Auto Trait Implementations§
impl Freeze for DestructionWatcherMarker
impl RefUnwindSafe for DestructionWatcherMarker
impl Send for DestructionWatcherMarker
impl Sync for DestructionWatcherMarker
impl Unpin for DestructionWatcherMarker
impl UnsafeUnpin for DestructionWatcherMarker
impl UnwindSafe for DestructionWatcherMarker
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