Enum influx_db_client::keys::Value [] [src]

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

Influxdb value, Please look at this address

Variants

string

float

Integer

Bool

Trait Implementations

impl Debug for Value
[src]

[src]

Formats the value using the given formatter.

impl Clone for Value
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more