Enum morph_rs::ParteSpeech
source · pub enum ParteSpeech {
Show 17 variants
Noun,
AdjectiveFull,
AdjectiveShort,
Comparative,
Verb,
Infinitive,
ParticipleFull,
ParticipleShort,
Gerundive,
Number,
Adverb,
NounPronoun,
Predicative,
Preposition,
Conjunction,
Particle,
Interjection,
}
Variants§
Noun
AdjectiveFull
Имя прилагательное в полной форме
AdjectiveShort
Имя прилагательное в краткой форме
Comparative
Компаратив
Verb
Глагол, личная форма
Infinitive
Глагол, инфинитив
ParticipleFull
Причастие полное
ParticipleShort
Причастие краткое
Gerundive
Number
Adverb
Наречие
NounPronoun
Местоимение-существительное
Predicative
Предикатив
Preposition
Предлог
Conjunction
Союз
Particle
Частица
Interjection
Междометие
Trait Implementations§
source§impl Clone for ParteSpeech
impl Clone for ParteSpeech
source§fn clone(&self) -> ParteSpeech
fn clone(&self) -> ParteSpeech
Returns a copy 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 ParteSpeech
impl Debug for ParteSpeech
source§impl<'de> Deserialize<'de> for ParteSpeech
impl<'de> Deserialize<'de> for ParteSpeech
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 Display for ParteSpeech
impl Display for ParteSpeech
source§impl Hash for ParteSpeech
impl Hash for ParteSpeech
source§impl Ord for ParteSpeech
impl Ord for ParteSpeech
source§fn cmp(&self, other: &ParteSpeech) -> Ordering
fn cmp(&self, other: &ParteSpeech) -> Ordering
1.21.0 · 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 ParteSpeech
impl PartialEq for ParteSpeech
source§fn eq(&self, other: &ParteSpeech) -> bool
fn eq(&self, other: &ParteSpeech) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ParteSpeech
impl PartialOrd for ParteSpeech
source§fn partial_cmp(&self, other: &ParteSpeech) -> Option<Ordering>
fn partial_cmp(&self, other: &ParteSpeech) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for ParteSpeech
impl Serialize for ParteSpeech
impl Copy for ParteSpeech
impl Eq for ParteSpeech
impl StructuralPartialEq for ParteSpeech
Auto Trait Implementations§
impl Freeze for ParteSpeech
impl RefUnwindSafe for ParteSpeech
impl Send for ParteSpeech
impl Sync for ParteSpeech
impl Unpin for ParteSpeech
impl UnwindSafe for ParteSpeech
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