Struct metrics_sqlite::NewMetric [−][src]
A new metric measurement for storing into sqlite database
Fields
timestamp: f64Timestamp of sample
key: StringKey/name of sample
value: f64Value of sample
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NewMetric
impl RefUnwindSafe for NewMetricimpl UnwindSafe for NewMetric
impl UnwindSafe for NewMetricBlanket Implementations
impl<T> IntoSql for T[src]
impl<T> IntoSql for T[src]pub fn into_sql<T>(self) -> Self::Expression where
Self: AsExpression<T>, [src]
Self: AsExpression<T>,
pub fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
&'a Self: AsExpression<T>, [src]
&'a Self: AsExpression<T>,