Struct metrics_util::StandardPrimitives
source · [−]pub struct StandardPrimitives;
Expand description
Standard metric primitives that fit most use cases.
The primitives used provide shared atomic access utilizing atomic storage and shared access via Arc
.
Auto Trait Implementations
impl RefUnwindSafe for StandardPrimitives
impl Send for StandardPrimitives
impl Sync for StandardPrimitives
impl Unpin for StandardPrimitives
impl UnwindSafe for StandardPrimitives
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more