Struct influx_db_client::Point [] [src]

pub struct Point {
    pub measurement: String,
    pub tags: BTreeMap<String, Value>,
    pub fields: BTreeMap<String, Value>,
    pub timestamp: Option<i64>,
}

Fields

Methods

impl Point
[src]

Create a new point

Add a tag and its value

Add a field and its value

Set the specified timestamp

Trait Implementations

impl Debug for Point
[src]

Formats the value using the given formatter.

impl Clone for Point
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more