Enum rs_es::query::geo::ShapeOption
[−]
[src]
pub enum ShapeOption { Shape(Shape), IndexedShape(IndexedShape), }
Variants
Shape(Shape)
IndexedShape(IndexedShape)
Trait Implementations
impl Debug for ShapeOption
[src]
impl From<Shape> for ShapeOption
[src]
fn from(from: Shape) -> ShapeOption
Performs the conversion.
impl From<IndexedShape> for ShapeOption
[src]
fn from(from: IndexedShape) -> ShapeOption
Performs the conversion.