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

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

Geo Bounds aggregation

Methods

impl<'a> GeoBounds<'a>

fn new(field: &'a str) -> GeoBounds

fn with_wrap_longitude<T: Into<bool>>(self, val: T) -> Self

Trait Implementations

impl<'a> ToJson for GeoBounds<'a>

fn to_json(&self) -> Json

Derived Implementations

impl<'a> Debug for GeoBounds<'a>

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