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
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more