Type Definition geojson::JsonObject

source ·
pub type JsonObject = Map<String, JsonValue>;

Trait Implementations§

source§

impl<'a> From<&'a Feature> for JsonObject

source§

fn from(feature: &'a Feature) -> JsonObject

Converts to this type from the input type.
source§

impl<'a> From<&'a FeatureCollection> for JsonObject

source§

fn from(fc: &'a FeatureCollection) -> JsonObject

Converts to this type from the input type.
source§

impl<'a> From<&'a GeoJson> for JsonObject

source§

fn from(geojson: &'a GeoJson) -> JsonObject

Converts to this type from the input type.
source§

impl<'a> From<&'a Geometry> for JsonObject

source§

fn from(geometry: &'a Geometry) -> JsonObject

Converts to this type from the input type.
source§

impl<'a> From<&'a Value> for JsonObject

source§

fn from(value: &'a Value) -> JsonObject

Converts to this type from the input type.