Enum rust::FeatureCollections
source · pub enum FeatureCollections {
FeatureCollection(FeatureCollection),
S2FeatureCollection(S2FeatureCollection),
}
Expand description
Either an S2 or WG FeatureCollection
Variants§
FeatureCollection(FeatureCollection)
An WG FeatureCollection
S2FeatureCollection(S2FeatureCollection)
An S2 FeatureCollection
Auto Trait Implementations§
impl Freeze for FeatureCollections
impl RefUnwindSafe for FeatureCollections
impl Send for FeatureCollections
impl Sync for FeatureCollections
impl Unpin for FeatureCollections
impl UnwindSafe for FeatureCollections
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