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