pub struct SimpleGauge { /* private fields */ }
Expand description
Represents a simple gauge with floating point values. Wrapper for Gauge type
Implementations§
Source§impl SimpleGauge
impl SimpleGauge
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SimpleGauge
impl RefUnwindSafe for SimpleGauge
impl Send for SimpleGauge
impl Sync for SimpleGauge
impl Unpin for SimpleGauge
impl UnwindSafe for SimpleGauge
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