Struct rs_es::operations::search::aggregations::ExtendedBounds [] [src]

pub struct ExtendedBounds {
    // some fields omitted
}

Histogram aggregation.

Methods

impl ExtendedBounds

fn new(min: i64, max: i64) -> ExtendedBounds

Trait Implementations

impl ToJson for ExtendedBounds

fn to_json(&self) -> Json

impl From<(i64, i64)> for ExtendedBounds

fn from(from: (i64, i64)) -> ExtendedBounds

Derived Implementations

impl Debug for ExtendedBounds

fn fmt(&self, __arg_0: &mut Formatter) -> Result