Struct rs_es::query::term::RangeQueryInner [] [src]

pub struct RangeQueryInner {
    // some fields omitted
}

Range query TODO: Check all possible combinations: gt, gte, lte, lt, from, to, include_upper, include_lower and share with other range queries

Trait Implementations

impl Debug for RangeQueryInner
[src]

Formats the value using the given formatter.

impl Default for RangeQueryInner
[src]

Returns the "default value" for a type. Read more