Enum influx_db_client::Precision [] [src]

pub enum Precision {
    Nanoseconds,
    Microseconds,
    Milliseconds,
    Seconds,
    Minutes,
    Hours,
}

Variants

Trait Implementations

impl Debug for Precision
[src]

Formats the value using the given formatter.