pub struct DeferredDeviceCleanupStatus { /* private fields */ }Implementations§
Source§impl DeferredDeviceCleanupStatus
impl DeferredDeviceCleanupStatus
pub const fn queued(&self) -> usize
pub const fn in_progress(&self) -> usize
pub const fn pending(&self) -> usize
pub const fn retryable(&self) -> usize
pub const fn quarantined(&self) -> usize
pub const fn panicked(&self) -> usize
pub const fn submitted_total(&self) -> u64
pub const fn attempted_total(&self) -> u64
pub const fn completed_total(&self) -> u64
pub const fn panicked_total(&self) -> u64
pub const fn is_saturated(&self) -> bool
Trait Implementations§
Source§impl Clone for DeferredDeviceCleanupStatus
impl Clone for DeferredDeviceCleanupStatus
Source§fn clone(&self) -> DeferredDeviceCleanupStatus
fn clone(&self) -> DeferredDeviceCleanupStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeferredDeviceCleanupStatus
impl Debug for DeferredDeviceCleanupStatus
impl Eq for DeferredDeviceCleanupStatus
impl StructuralPartialEq for DeferredDeviceCleanupStatus
Auto Trait Implementations§
impl Freeze for DeferredDeviceCleanupStatus
impl RefUnwindSafe for DeferredDeviceCleanupStatus
impl Send for DeferredDeviceCleanupStatus
impl Sync for DeferredDeviceCleanupStatus
impl Unpin for DeferredDeviceCleanupStatus
impl UnsafeUnpin for DeferredDeviceCleanupStatus
impl UnwindSafe for DeferredDeviceCleanupStatus
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