Struct elastic_queries::Bool [] [src]

pub struct Bool {
    pub must: Option<Vec<Filters>>,
    pub should: Option<Vec<Filters>>,
    pub filter: Option<Vec<Filters>>,
    pub must_not: Option<Vec<Filters>>,
}

Fields

Trait Implementations

impl Clone for Bool
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Bool
[src]

[src]

Formats the value using the given formatter.