Struct openmetrics_parser::Sample [−][src]
pub struct Sample<ValueType> {
pub timestamp: Option<Timestamp>,
pub value: ValueType,
// some fields omitted
}Fields
timestamp: Option<Timestamp>value: ValueTypeImplementations
Trait Implementations
Auto Trait Implementations
impl<ValueType> RefUnwindSafe for Sample<ValueType> where
ValueType: RefUnwindSafe,
impl<ValueType> UnwindSafe for Sample<ValueType> where
ValueType: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more