pub struct GridSectionGeoJson {
pub features: Vec<Feature<Geometry>>,
pub kind: String,
}
Fields§
§features: Vec<Feature<Geometry>>
§kind: String
Trait Implementations§
Source§impl Debug for GridSectionGeoJson
impl Debug for GridSectionGeoJson
Source§impl<'de> Deserialize<'de> for GridSectionGeoJson
impl<'de> Deserialize<'de> for GridSectionGeoJson
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
Auto Trait Implementations§
impl Freeze for GridSectionGeoJson
impl RefUnwindSafe for GridSectionGeoJson
impl Send for GridSectionGeoJson
impl Sync for GridSectionGeoJson
impl Unpin for GridSectionGeoJson
impl UnwindSafe for GridSectionGeoJson
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