Struct metrics_sqlite::Metric
source · [−]Expand description
Metric model for existing entries in sqlite database
Fields
id: i64
Unique ID of sample
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 Metric
impl UnwindSafe for Metric
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