Enum rs_es::query::geo::ShapeOption [] [src]

pub enum ShapeOption {
    Shape(Shape),
    IndexedShape(IndexedShape),
}

Variants

Trait Implementations

impl Debug for ShapeOption
[src]

Formats the value using the given formatter.

impl From<Shape> for ShapeOption
[src]

Performs the conversion.

impl From<IndexedShape> for ShapeOption
[src]

Performs the conversion.