Enum rs_es::query::geo::Type
[−]
[src]
pub enum Type { Indexed, Memory, }
Geo Bounding Box filter type
Variants
Indexed
Memory
Trait Implementations
impl Debug for Type
[src]
impl Serialize for Type
[src]
fn serialize<S>(&self, serializer: &mut S) -> Result<(), S::Error> where S: Serializer
Serializes this value into this serializer.