pub struct AttemptsMonitorMarker;
Trait Implementations§
Source§impl Clone for AttemptsMonitorMarker
impl Clone for AttemptsMonitorMarker
Source§fn clone(&self) -> AttemptsMonitorMarker
fn clone(&self) -> AttemptsMonitorMarker
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 AttemptsMonitorMarker
impl Debug for AttemptsMonitorMarker
Source§impl Hash for AttemptsMonitorMarker
impl Hash for AttemptsMonitorMarker
Source§impl Ord for AttemptsMonitorMarker
impl Ord for AttemptsMonitorMarker
Source§fn cmp(&self, other: &AttemptsMonitorMarker) -> Ordering
fn cmp(&self, other: &AttemptsMonitorMarker) -> 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 AttemptsMonitorMarker
impl PartialEq for AttemptsMonitorMarker
Source§impl PartialOrd for AttemptsMonitorMarker
impl PartialOrd for AttemptsMonitorMarker
Source§impl ProtocolMarker for AttemptsMonitorMarker
impl ProtocolMarker for AttemptsMonitorMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) AttemptsMonitor"
const DEBUG_NAME: &'static str = "(anonymous) AttemptsMonitor"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = AttemptsMonitorProxy
type Proxy = AttemptsMonitorProxy
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 = AttemptsMonitorRequestStream
type RequestStream = AttemptsMonitorRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = AttemptsMonitorSynchronousProxy
type SynchronousProxy = AttemptsMonitorSynchronousProxy
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 AttemptsMonitorMarker
impl Eq for AttemptsMonitorMarker
impl StructuralPartialEq for AttemptsMonitorMarker
Auto Trait Implementations§
impl Freeze for AttemptsMonitorMarker
impl RefUnwindSafe for AttemptsMonitorMarker
impl Send for AttemptsMonitorMarker
impl Sync for AttemptsMonitorMarker
impl Unpin for AttemptsMonitorMarker
impl UnwindSafe for AttemptsMonitorMarker
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)