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