Struct influx_db_client::keys::Query [] [src]

pub struct Query {
    pub results: Option<Vec<Node>>,
    pub error: Option<String>,
}

Query data

Fields

query results

fail message

Trait Implementations

impl Debug for Query
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Query
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Query

impl Sync for Query