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