Struct rs_es::query::geo::GeoDistanceQuery [] [src]

pub struct GeoDistanceQuery {
    // some fields omitted
}

Geo Distance query

TODO: Specific full unit test for querying with a generated query from here

Methods

impl GeoDistanceQuery
[src]

Trait Implementations

impl Debug for GeoDistanceQuery
[src]

Formats the value using the given formatter.

impl Default for GeoDistanceQuery
[src]

Returns the "default value" for a type. Read more