Struct elastic_queries::Query [] [src]

pub struct Query {
    pub size: Option<u64>,
    pub query: Option<QueryField>,
    pub aggs: Option<HashMap<String, Aggregation>>,
}

Fields

Methods

impl Query
[src]

[src]

[src]

Trait Implementations

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

impl Debug for Query
[src]

[src]

Formats the value using the given formatter.