pub enum PointerSymbol {
Show 31 variants
Antonym,
Hypernym,
InstanceHypernym,
Hyponym,
InstanceHyponym,
Entailment,
SimilarTo,
MemberMeronym,
SubstanceMeronym,
PartMeronym,
MemberHolonym,
SubstanceHolonym,
PartHolonym,
Meronym,
Holonym,
CauseTo,
ParticipleOf,
SeeAlso,
Pertainym,
Attribute,
VerbGroup,
DerivationallyRelated,
Classification,
ClassificationCategory,
ClassificationUsage,
ClassificationRegional,
Class,
ClassCategory,
ClassUsage,
ClassRegional,
Unknown(String),
}Variants§
Antonym
Hypernym
InstanceHypernym
Hyponym
InstanceHyponym
Entailment
SimilarTo
MemberMeronym
SubstanceMeronym
PartMeronym
MemberHolonym
SubstanceHolonym
PartHolonym
Meronym
Holonym
CauseTo
ParticipleOf
SeeAlso
Pertainym
Attribute
VerbGroup
DerivationallyRelated
Classification
ClassificationCategory
ClassificationUsage
ClassificationRegional
Class
ClassCategory
ClassUsage
ClassRegional
Unknown(String)
Trait Implementations§
Source§impl Clone for PointerSymbol
impl Clone for PointerSymbol
Source§fn clone(&self) -> PointerSymbol
fn clone(&self) -> PointerSymbol
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PointerSymbol
impl Debug for PointerSymbol
Source§impl<'de> Deserialize<'de> for PointerSymbol
impl<'de> Deserialize<'de> for PointerSymbol
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
impl Eq for PointerSymbol
Source§impl From<&str> for PointerSymbol
impl From<&str> for PointerSymbol
Source§impl Ord for PointerSymbol
impl Ord for PointerSymbol
Source§fn cmp(&self, other: &PointerSymbol) -> Ordering
fn cmp(&self, other: &PointerSymbol) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PointerSymbol
impl PartialEq for PointerSymbol
Source§fn eq(&self, other: &PointerSymbol) -> bool
fn eq(&self, other: &PointerSymbol) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PointerSymbol
impl PartialOrd for PointerSymbol
Source§impl Serialize for PointerSymbol
impl Serialize for PointerSymbol
impl StructuralPartialEq for PointerSymbol
Auto Trait Implementations§
impl Freeze for PointerSymbol
impl RefUnwindSafe for PointerSymbol
impl Send for PointerSymbol
impl Sync for PointerSymbol
impl Unpin for PointerSymbol
impl UnsafeUnpin for PointerSymbol
impl UnwindSafe for PointerSymbol
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