pub struct ShutdownWatcherRegisterMarker;Trait Implementations§
Source§impl Clone for ShutdownWatcherRegisterMarker
impl Clone for ShutdownWatcherRegisterMarker
Source§fn clone(&self) -> ShutdownWatcherRegisterMarker
fn clone(&self) -> ShutdownWatcherRegisterMarker
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 DiscoverableProtocolMarker for ShutdownWatcherRegisterMarker
impl DiscoverableProtocolMarker for ShutdownWatcherRegisterMarker
Source§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
Source§impl Hash for ShutdownWatcherRegisterMarker
impl Hash for ShutdownWatcherRegisterMarker
Source§impl Ord for ShutdownWatcherRegisterMarker
impl Ord for ShutdownWatcherRegisterMarker
Source§fn cmp(&self, other: &ShutdownWatcherRegisterMarker) -> Ordering
fn cmp(&self, other: &ShutdownWatcherRegisterMarker) -> 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 ShutdownWatcherRegisterMarker
impl PartialEq for ShutdownWatcherRegisterMarker
Source§fn eq(&self, other: &ShutdownWatcherRegisterMarker) -> bool
fn eq(&self, other: &ShutdownWatcherRegisterMarker) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ShutdownWatcherRegisterMarker
impl PartialOrd for ShutdownWatcherRegisterMarker
Source§impl ProtocolMarker for ShutdownWatcherRegisterMarker
impl ProtocolMarker for ShutdownWatcherRegisterMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.hardware.power.statecontrol.ShutdownWatcherRegister"
const DEBUG_NAME: &'static str = "fuchsia.hardware.power.statecontrol.ShutdownWatcherRegister"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = ShutdownWatcherRegisterProxy
type Proxy = ShutdownWatcherRegisterProxy
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 = ShutdownWatcherRegisterRequestStream
type RequestStream = ShutdownWatcherRegisterRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = ShutdownWatcherRegisterSynchronousProxy
type SynchronousProxy = ShutdownWatcherRegisterSynchronousProxy
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 ShutdownWatcherRegisterMarker
impl Eq for ShutdownWatcherRegisterMarker
impl StructuralPartialEq for ShutdownWatcherRegisterMarker
Auto Trait Implementations§
impl Freeze for ShutdownWatcherRegisterMarker
impl RefUnwindSafe for ShutdownWatcherRegisterMarker
impl Send for ShutdownWatcherRegisterMarker
impl Sync for ShutdownWatcherRegisterMarker
impl Unpin for ShutdownWatcherRegisterMarker
impl UnwindSafe for ShutdownWatcherRegisterMarker
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