pub struct HddsMetrics { /* private fields */ }Expand description
Opaque handle to a MetricsCollector
Auto Trait Implementations§
impl Freeze for HddsMetrics
impl RefUnwindSafe for HddsMetrics
impl Send for HddsMetrics
impl Sync for HddsMetrics
impl Unpin for HddsMetrics
impl UnsafeUnpin for HddsMetrics
impl UnwindSafe for HddsMetrics
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