pub struct GeoJSONGeometry {
pub type_: String,
pub coordinates: Vec<GeoPoint>,
pub properties: GeoJSONProperties,
}Fields§
§type_: String§coordinates: Vec<GeoPoint>§properties: GeoJSONPropertiesTrait Implementations§
Source§impl Clone for GeoJSONGeometry
impl Clone for GeoJSONGeometry
Source§fn clone(&self) -> GeoJSONGeometry
fn clone(&self) -> GeoJSONGeometry
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 GeoJSONGeometry
impl Debug for GeoJSONGeometry
Source§impl Default for GeoJSONGeometry
impl Default for GeoJSONGeometry
Source§impl<'de> Deserialize<'de> for GeoJSONGeometry
impl<'de> Deserialize<'de> for GeoJSONGeometry
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 GeoJSONGeometry
impl PartialEq for GeoJSONGeometry
Source§impl Serialize for GeoJSONGeometry
impl Serialize for GeoJSONGeometry
impl Message for GeoJSONGeometry
impl StructuralPartialEq for GeoJSONGeometry
Auto Trait Implementations§
impl Freeze for GeoJSONGeometry
impl RefUnwindSafe for GeoJSONGeometry
impl Send for GeoJSONGeometry
impl Sync for GeoJSONGeometry
impl Unpin for GeoJSONGeometry
impl UnwindSafe for GeoJSONGeometry
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