pub struct Gauge {
pub gauge: Gauge,
pub description: &'static str,
}
Expand description
Open Metrics Gauge
.
Fields§
§gauge: Gauge
The actual prometheus gauge.
description: &'static str
What this gauge tracks.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Gauge
impl RefUnwindSafe for Gauge
impl Send for Gauge
impl Sync for Gauge
impl Unpin for Gauge
impl UnwindSafe for Gauge
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