Struct kumo_prometheus::parser::GaugeMetric
source · pub struct GaugeMetric {
pub name: InternString,
pub labels: Map<InternString, InternString>,
pub value: f64,
}
Fields§
§name: InternString
§labels: Map<InternString, InternString>
§value: f64
Trait Implementations§
source§impl Debug for GaugeMetric
impl Debug for GaugeMetric
source§impl PartialEq for GaugeMetric
impl PartialEq for GaugeMetric
impl StructuralPartialEq for GaugeMetric
Auto Trait Implementations§
impl Freeze for GaugeMetric
impl RefUnwindSafe for GaugeMetric
impl Send for GaugeMetric
impl Sync for GaugeMetric
impl Unpin for GaugeMetric
impl UnwindSafe for GaugeMetric
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