Struct influx_db_client::keys::Points [] [src]

pub struct Points {
    pub point: Vec<Point>,
}

Points

Fields

points

Methods

impl Points
[src]

[src]

Create a new points

[src]

Insert point into already existing points

[src]

Create a multi Points more directly

Trait Implementations

impl Debug for Points
[src]

[src]

Formats the value using the given formatter.

impl FromIterator<Point> for Points
[src]

[src]

Creates a value from an iterator. Read more