struct PrunedBankQueueLenReporter {
last_report_time: AtomicU64,
}
Fields§
§last_report_time: AtomicU64
Implementations§
Trait Implementations§
source§impl Debug for PrunedBankQueueLenReporter
impl Debug for PrunedBankQueueLenReporter
source§impl Default for PrunedBankQueueLenReporter
impl Default for PrunedBankQueueLenReporter
source§fn default() -> PrunedBankQueueLenReporter
fn default() -> PrunedBankQueueLenReporter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for PrunedBankQueueLenReporter
impl Send for PrunedBankQueueLenReporter
impl Sync for PrunedBankQueueLenReporter
impl Unpin for PrunedBankQueueLenReporter
impl UnwindSafe for PrunedBankQueueLenReporter
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