Struct kubos_telemetry_db::models::Entry [−][src]
Fields
timestamp: f64
subsystem: String
parameter: String
value: String
Trait Implementations
impl<__DB: Backend, __ST> Queryable<__ST, __DB> for Entry where
(f64, String, String, String): Queryable<__ST, __DB>,
[src]
[+]
impl<__DB: Backend, __ST> Queryable<__ST, __DB> for Entry where
(f64, String, String, String): Queryable<__ST, __DB>,
impl Debug for Entry
[src]
[+]
impl Debug for Entry