Enum rust::JSONCollection
source · pub enum JSONCollection {
FeatureCollection(FeatureCollection),
S2FeatureCollection(S2FeatureCollection),
Feature(Feature),
S2Feature(S2Feature),
}
Expand description
All major S2JSON types
Variants§
FeatureCollection(FeatureCollection)
An WG FeatureCollection
S2FeatureCollection(S2FeatureCollection)
An S2 FeatureCollection
Feature(Feature)
An WG Feature
S2Feature(S2Feature)
An S2 Feature
Auto Trait Implementations§
impl Freeze for JSONCollection
impl RefUnwindSafe for JSONCollection
impl Send for JSONCollection
impl Sync for JSONCollection
impl Unpin for JSONCollection
impl UnwindSafe for JSONCollection
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