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

pub struct GeoDistanceInst {
    // some fields omitted
}

Methods

impl GeoDistanceInst

fn new() -> GeoDistanceInst

fn with_from<T: Into<f64>>(self, val: T) -> Self

fn with_to<T: Into<f64>>(self, val: T) -> Self

Trait Implementations

impl ToJson for GeoDistanceInst

fn to_json(&self) -> Json

Derived Implementations

impl Debug for GeoDistanceInst

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