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