pub enum SynsetType {
Noun,
Verb,
Adj,
Adv,
AdjSatellite,
}Expand description
Raw ss_type marker from data.*, including adjective satellites.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SynsetType
impl Clone for SynsetType
Source§fn clone(&self) -> SynsetType
fn clone(&self) -> SynsetType
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 SynsetType
impl Debug for SynsetType
Source§impl Hash for SynsetType
impl Hash for SynsetType
Source§impl PartialEq for SynsetType
impl PartialEq for SynsetType
impl Copy for SynsetType
impl Eq for SynsetType
impl StructuralPartialEq for SynsetType
Auto Trait Implementations§
impl Freeze for SynsetType
impl RefUnwindSafe for SynsetType
impl Send for SynsetType
impl Sync for SynsetType
impl Unpin for SynsetType
impl UnwindSafe for SynsetType
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