Struct massa_metrics::BLOCKS_COUNTER
source · pub(crate) struct BLOCKS_COUNTER {
pub(crate) __private_field: (),
}
Fields§
§__private_field: ()
Trait Implementations§
source§impl Deref for BLOCKS_COUNTER
impl Deref for BLOCKS_COUNTER
impl LazyStatic for BLOCKS_COUNTER
Auto Trait Implementations§
impl Freeze for BLOCKS_COUNTER
impl RefUnwindSafe for BLOCKS_COUNTER
impl Send for BLOCKS_COUNTER
impl Sync for BLOCKS_COUNTER
impl Unpin for BLOCKS_COUNTER
impl UnwindSafe for BLOCKS_COUNTER
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