pub struct SizeGauge(/* private fields */);Expand description
Live entry-count gauge for a bounded structure. Cloneable handle so a telemetry exporter can read the count without locking the structure that owns it.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SizeGauge
impl RefUnwindSafe for SizeGauge
impl Send for SizeGauge
impl Sync for SizeGauge
impl Unpin for SizeGauge
impl UnsafeUnpin for SizeGauge
impl UnwindSafe for SizeGauge
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