pub enum FeatureCollectionType {
FeatureCollection,
}Expand description
FeatureCollection type string
Variants§
FeatureCollection
WG FeatureCollection
Trait Implementations§
Source§impl Clone for FeatureCollectionType
impl Clone for FeatureCollectionType
Source§fn clone(&self) -> FeatureCollectionType
fn clone(&self) -> FeatureCollectionType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FeatureCollectionType
impl Debug for FeatureCollectionType
Source§impl Default for FeatureCollectionType
impl Default for FeatureCollectionType
Source§fn default() -> FeatureCollectionType
fn default() -> FeatureCollectionType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FeatureCollectionType
impl<'de> Deserialize<'de> for FeatureCollectionType
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
Source§impl From<&str> for FeatureCollectionType
impl From<&str> for FeatureCollectionType
Source§impl PartialEq for FeatureCollectionType
impl PartialEq for FeatureCollectionType
Source§impl Serialize for FeatureCollectionType
impl Serialize for FeatureCollectionType
impl StructuralPartialEq for FeatureCollectionType
Auto Trait Implementations§
impl Freeze for FeatureCollectionType
impl RefUnwindSafe for FeatureCollectionType
impl Send for FeatureCollectionType
impl Sync for FeatureCollectionType
impl Unpin for FeatureCollectionType
impl UnwindSafe for FeatureCollectionType
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