pub struct GeoJSONFeature {
pub type_: String,
pub geometry: GeoJSONGeometry,
}Fields§
§type_: String§geometry: GeoJSONGeometryTrait Implementations§
Source§impl Clone for GeoJSONFeature
impl Clone for GeoJSONFeature
Source§fn clone(&self) -> GeoJSONFeature
fn clone(&self) -> GeoJSONFeature
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GeoJSONFeature
impl Debug for GeoJSONFeature
Source§impl Default for GeoJSONFeature
impl Default for GeoJSONFeature
Source§impl<'de> Deserialize<'de> for GeoJSONFeature
impl<'de> Deserialize<'de> for GeoJSONFeature
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GeoJSONFeature
impl PartialEq for GeoJSONFeature
Source§impl Serialize for GeoJSONFeature
impl Serialize for GeoJSONFeature
impl Message for GeoJSONFeature
impl StructuralPartialEq for GeoJSONFeature
Auto Trait Implementations§
impl Freeze for GeoJSONFeature
impl RefUnwindSafe for GeoJSONFeature
impl Send for GeoJSONFeature
impl Sync for GeoJSONFeature
impl Unpin for GeoJSONFeature
impl UnwindSafe for GeoJSONFeature
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more