Struct metrics_sqlite::Session [−][src]
Describes a session, which is a sub-set of metrics data based on time gaps
Fields
start_time: f64Timestamp session starts at
end_time: f64Timestamp session ends at
duration: DurationDuration of session
Implementations
Auto Trait Implementations
impl RefUnwindSafe for Session
impl RefUnwindSafe for Sessionimpl UnwindSafe for Session
impl UnwindSafe for SessionBlanket 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>,