Struct kubos_telemetry_db::models::NewEntry[][src]

pub struct NewEntry<'a> {
    pub timestamp: f64,
    pub subsystem: &'a str,
    pub parameter: &'a str,
    pub value: &'a str,
}

Fields

Trait Implementations

impl<'a, 'insert> Insertable<table> for NewEntry<'a>
[src]
[+]

The VALUES clause to insert these records Read more

[]

Construct Self::Values Read more

[]

Insert self into a given table. Read more

impl<'a, 'insert> Insertable<table> for &'insert NewEntry<'a>
[src]
[+]

The VALUES clause to insert these records Read more

[]

Construct Self::Values Read more

[]

Insert self into a given table. Read more

impl<'a, 'insert> UndecoratedInsertRecord<table> for NewEntry<'a>
[src]

Auto Trait Implementations

impl<'a> Send for NewEntry<'a>

impl<'a> Sync for NewEntry<'a>