Struct rust::FeatureCollection
source · pub struct FeatureCollection {
pub features: Vec<Feature>,
pub attributions: Option<Attributions>,
pub bbox: Option<BBox>,
}
Expand description
WG FeatureCollection
Fields§
§features: Vec<Feature>
Collection of WG features
attributions: Option<Attributions>
Attribution data
bbox: Option<BBox>
Bounding box
Trait Implementations§
source§impl Debug for FeatureCollection
impl Debug for FeatureCollection
source§impl PartialEq for FeatureCollection
impl PartialEq for FeatureCollection
source§fn eq(&self, other: &FeatureCollection) -> bool
fn eq(&self, other: &FeatureCollection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for FeatureCollection
Auto Trait Implementations§
impl Freeze for FeatureCollection
impl RefUnwindSafe for FeatureCollection
impl Send for FeatureCollection
impl Sync for FeatureCollection
impl Unpin for FeatureCollection
impl UnwindSafe for FeatureCollection
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