Struct rs_es::operations::search::aggregations::bucket::RangeInst [] [src]

pub struct RangeInst<'a> {
    // some fields omitted
}

A specific range, there will be many of these making up a range aggregation

Methods

impl<'a> RangeInst<'a>
[src]

Trait Implementations

impl<'a> Debug for RangeInst<'a>
[src]

Formats the value using the given formatter.

impl<'a> Default for RangeInst<'a>
[src]

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