Struct rs_es::query::GeoShapeQuery
[−]
[src]
pub struct GeoShapeQuery { // some fields omitted }
pub struct GeoShapeQuery { // some fields omitted }
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
impl ToJson for GeoShapeQuery
impl Debug for GeoShapeQuery