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

pub enum Precision {
    Geohash(u64),
    Distance(Distance),
}

Variants

Trait Implementations

impl Debug for Precision
[src]

Formats the value using the given formatter.

impl Default for Precision
[src]

Returns the "default value" for a type. Read more

impl From<u64> for Precision
[src]

Performs the conversion.

impl From<Distance> for Precision
[src]

Performs the conversion.

impl Serialize for Precision
[src]

Serializes this value into this serializer.