Struct rs_es::query::GeoShapeQuery [] [src]

pub struct GeoShapeQuery {
    // some fields omitted
}

Methods

impl GeoShapeQuery

fn with_shape<T: Into<Shape>>(self, value: T) -> Self

fn with_indexed_shape<T: Into<IndexedShape>>(self, value: T) -> Self

fn build(self) -> Query

Trait Implementations

impl ToJson for GeoShapeQuery

fn to_json(&self) -> Json

Derived Implementations

impl Debug for GeoShapeQuery

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