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