Struct influx_db_client::keys::Node [] [src]

pub struct Node {
    pub statement_id: Option<u64>,
    pub series: Option<Vec<Series>>,
}

Query data node

Fields

id

series

Trait Implementations

impl Debug for Node
[src]

[src]

Formats the value using the given formatter.

impl Clone for Node
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more