Struct dbs_utils::metric::SharedStoreMetric
source · [−]pub struct SharedStoreMetric(_);Expand description
Representation of a metric that is expected to hold a value that can be accessed from more than one thread, so more synchronization is necessary.
Trait Implementations
sourceimpl Default for SharedStoreMetric
impl Default for SharedStoreMetric
sourcefn default() -> SharedStoreMetric
fn default() -> SharedStoreMetric
Returns the “default value” for a type. Read more
sourceimpl IncMetric for SharedStoreMetric
impl IncMetric for SharedStoreMetric
sourceimpl Serialize for SharedStoreMetric
impl Serialize for SharedStoreMetric
sourceimpl StoreMetric for SharedStoreMetric
impl StoreMetric for SharedStoreMetric
Auto Trait Implementations
impl RefUnwindSafe for SharedStoreMetric
impl Send for SharedStoreMetric
impl Sync for SharedStoreMetric
impl Unpin for SharedStoreMetric
impl UnwindSafe for SharedStoreMetric
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more