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

pub struct GeoBoundsResult {
    pub bounds: GeoBox,
}

Fields

bounds

Trait Implementations

impl<'a> From<&'a Json> for GeoBoundsResult

fn from(from: &'a Json) -> GeoBoundsResult

Derived Implementations

impl Debug for GeoBoundsResult

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