Enum rs_es::query::Precision
[−]
[src]
pub enum Precision { Geohash(u64), Distance(Distance), }
Variants
Geohash | |
Distance |
pub enum Precision { Geohash(u64), Distance(Distance), }
Geohash | |
Distance |
impl From<u64> for Precision
impl From<Distance> for Precision
impl ToJson for Precision
impl Debug for Precision