pub enum VectorFeatureType {
VectorFeature,
S2Feature,
}Expand description
Feature type string
Variants§
Trait Implementations§
Source§impl Clone for VectorFeatureType
impl Clone for VectorFeatureType
Source§fn clone(&self) -> VectorFeatureType
fn clone(&self) -> VectorFeatureType
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 VectorFeatureType
impl Debug for VectorFeatureType
Source§impl Default for VectorFeatureType
impl Default for VectorFeatureType
Source§fn default() -> VectorFeatureType
fn default() -> VectorFeatureType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VectorFeatureType
impl<'de> Deserialize<'de> for VectorFeatureType
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<VectorFeatureType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<VectorFeatureType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&str> for VectorFeatureType
impl From<&str> for VectorFeatureType
Source§fn from(s: &str) -> VectorFeatureType
fn from(s: &str) -> VectorFeatureType
Converts to this type from the input type.
Source§impl PartialEq for VectorFeatureType
impl PartialEq for VectorFeatureType
Source§impl Serialize for VectorFeatureType
impl Serialize for VectorFeatureType
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for VectorFeatureType
Auto Trait Implementations§
impl Freeze for VectorFeatureType
impl RefUnwindSafe for VectorFeatureType
impl Send for VectorFeatureType
impl Sync for VectorFeatureType
impl Unpin for VectorFeatureType
impl UnwindSafe for VectorFeatureType
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