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