Struct prometheus::proto::Gauge[][src]

pub struct Gauge {
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
    // some fields omitted
}

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl Gauge[src]

pub fn new() -> Gauge[src]

pub fn clear_value(&mut self)[src]

pub fn has_value(&self) -> bool[src]

pub fn set_value(&mut self, v: f64)[src]

pub fn get_value(&self) -> f64[src]

Trait Implementations

impl Clear for Gauge[src]

impl Clone for Gauge[src]

impl Debug for Gauge[src]

impl Default for Gauge[src]

impl Message for Gauge[src]

impl PartialEq<Gauge> for Gauge[src]

impl ProtobufValue for Gauge[src]

impl StructuralPartialEq for Gauge[src]

Auto Trait Implementations

impl RefUnwindSafe for Gauge

impl Send for Gauge

impl Sync for Gauge

impl Unpin for Gauge

impl UnwindSafe for Gauge

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.