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