Struct prometheus_parse::Sample
source · [−]pub struct Sample {
pub metric: String,
pub value: Value,
pub labels: Labels,
pub timestamp: DateTime<Utc>,
}Fields
metric: Stringvalue: Valuelabels: Labelstimestamp: DateTime<Utc>Trait Implementations
impl StructuralPartialEq for Sample
Auto Trait Implementations
impl RefUnwindSafe for Sample
impl Send for Sample
impl Sync for Sample
impl Unpin for Sample
impl UnwindSafe for Sample
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more