Type Alias geojson::JsonObject
source · pub type JsonObject = Map<String, JsonValue>;
Aliased Type§
struct JsonObject { /* private fields */ }
Trait Implementations§
source§impl<'a> From<&'a Feature> for JsonObject
impl<'a> From<&'a Feature> for JsonObject
source§fn from(feature: &'a Feature) -> JsonObject
fn from(feature: &'a Feature) -> JsonObject
Converts to this type from the input type.
source§impl<'a> From<&'a FeatureCollection> for JsonObject
impl<'a> From<&'a FeatureCollection> for JsonObject
source§fn from(fc: &'a FeatureCollection) -> JsonObject
fn from(fc: &'a FeatureCollection) -> JsonObject
Converts to this type from the input type.
source§impl<'a> From<&'a GeoJson> for JsonObject
impl<'a> From<&'a GeoJson> for JsonObject
source§fn from(geojson: &'a GeoJson) -> JsonObject
fn from(geojson: &'a GeoJson) -> JsonObject
Converts to this type from the input type.
source§impl<'a> From<&'a Geometry> for JsonObject
impl<'a> From<&'a Geometry> for JsonObject
source§fn from(geometry: &'a Geometry) -> JsonObject
fn from(geometry: &'a Geometry) -> JsonObject
Converts to this type from the input type.
source§impl<'a> From<&'a Value> for JsonObject
impl<'a> From<&'a Value> for JsonObject
source§fn from(value: &'a Value) -> JsonObject
fn from(value: &'a Value) -> JsonObject
Converts to this type from the input type.