Enum influx_db_client::Value [] [src]

pub enum Value {
    String(String),
    Float(f64),
    Integer(i64),
    Boolean(bool),
}

Variants

Trait Implementations

impl Debug for Value
[src]

Formats the value using the given formatter.

impl Clone for Value
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more