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