Struct rs_es::query::GeoPolygonFilter
[−]
[src]
pub struct GeoPolygonFilter { // some fields omitted }
pub struct GeoPolygonFilter { // some fields omitted }
impl GeoPolygonFilter
fn with_cache<T: Into<bool>>(self, value: T) -> Self
fn with_cache_key<T: Into<String>>(self, value: T) -> Self
fn with_name<T: Into<String>>(self, value: T) -> Self
fn build(self) -> Filter
impl ToJson for GeoPolygonFilter
impl Debug for GeoPolygonFilter