Struct rs_es::operations::search::aggregations::bucket::GeoDistanceInst
[−]
[src]
pub struct GeoDistanceInst {
// some fields omitted
}Methods
impl GeoDistanceInst[src]
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 Debug for GeoDistanceInst[src]
impl Default for GeoDistanceInst[src]
fn default() -> GeoDistanceInst
Returns the "default value" for a type. Read more