Struct kubos_telemetry_db::models::Entry[][src]

pub struct Entry {
    pub timestamp: f64,
    pub subsystem: String,
    pub parameter: String,
    pub value: String,
}

Fields

Trait Implementations

impl<__DB: Backend, __ST> Queryable<__ST, __DB> for Entry where
    (f64, String, String, String): Queryable<__ST, __DB>, 
[src]
[+]

The Rust type you'd like to map from. Read more

[]

Construct an instance of this type

impl Debug for Entry
[src]
[+]

[]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Entry

impl Sync for Entry