struct BANK_DROP_QUEUE_REPORTER {
__private_field: (),
}
Fields§
§__private_field: ()
Methods from Deref<Target = PrunedBankQueueLenReporter>§
Trait Implementations§
source§impl Deref for BANK_DROP_QUEUE_REPORTER
impl Deref for BANK_DROP_QUEUE_REPORTER
§type Target = PrunedBankQueueLenReporter
type Target = PrunedBankQueueLenReporter
The resulting type after dereferencing.
source§fn deref(&self) -> &PrunedBankQueueLenReporter
fn deref(&self) -> &PrunedBankQueueLenReporter
Dereferences the value.
impl LazyStatic for BANK_DROP_QUEUE_REPORTER
Auto Trait Implementations§
impl RefUnwindSafe for BANK_DROP_QUEUE_REPORTER
impl Send for BANK_DROP_QUEUE_REPORTER
impl Sync for BANK_DROP_QUEUE_REPORTER
impl Unpin for BANK_DROP_QUEUE_REPORTER
impl UnwindSafe for BANK_DROP_QUEUE_REPORTER
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