Struct metrics_sqlite::NewMetric
source · [−]Expand description
A new metric measurement for storing into sqlite database
Fields
timestamp: f64
Timestamp of sample
metric_key_id: i64
Key/name of sample
value: f64
Value of sample
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NewMetric
impl UnwindSafe for NewMetric
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self
to an expression for Diesel’s query builder. Read more
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
&'a Self: AsExpression<T>,
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
&'a Self: AsExpression<T>,
Convert &self
to an expression for Diesel’s query builder. Read more