Struct elastic::types::prelude::GeoPointString [] [src]

pub struct GeoPointString;

Geo-point expressed as a string with the format: "lat,lon".

Trait Implementations

impl GeoPointFormat for GeoPointString
[src]

Parses a geo::Point. Read more

Formats a geo::Point. Read more

impl Default for GeoPointString
[src]

impl Copy for GeoPointString
[src]

impl Debug for GeoPointString
[src]

Formats the value using the given formatter.

impl PartialEq<GeoPointString> for GeoPointString
[src]

impl Clone for GeoPointString
[src]