pub struct MetricsGauge { /* private fields */ }
Trait Implementations§
Source§impl Debug for MetricsGauge
impl Debug for MetricsGauge
Source§impl Default for MetricsGauge
impl Default for MetricsGauge
Source§fn default() -> MetricsGauge
fn default() -> MetricsGauge
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MetricsGauge
impl RefUnwindSafe for MetricsGauge
impl Send for MetricsGauge
impl Sync for MetricsGauge
impl Unpin for MetricsGauge
impl UnwindSafe for MetricsGauge
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