pub enum PartOfSpeech {
Show 14 variants
Adjective,
Adverb,
AdverbPronominal,
AdjectiveNumeral,
AdjectivePronoun,
Composite,
Conjunction,
Interjection,
Numeral,
Particle,
Preposition,
Noun,
AdjectiveNoun,
Verb,
}
Expand description
Часть речи
Variants§
Adjective
Прилагательное
Adverb
Наречие
AdverbPronominal
Местоименное наречие
AdjectiveNumeral
Числительное-прилагательное
AdjectivePronoun
Местоимение-прилагательное
Composite
Часть композита - сложного слова
Conjunction
Союз
Interjection
Междометие
Numeral
Числительное
Particle
Частица
Preposition
Предлог
Noun
Существительное
AdjectiveNoun
Местоимение-существительное
Verb
Глагол
Trait Implementations§
Source§impl Debug for PartOfSpeech
impl Debug for PartOfSpeech
Source§impl Display for PartOfSpeech
impl Display for PartOfSpeech
Source§impl FromStr for PartOfSpeech
impl FromStr for PartOfSpeech
Source§impl PartialEq for PartOfSpeech
impl PartialEq for PartOfSpeech
impl StructuralPartialEq for PartOfSpeech
Auto Trait Implementations§
impl Freeze for PartOfSpeech
impl RefUnwindSafe for PartOfSpeech
impl Send for PartOfSpeech
impl Sync for PartOfSpeech
impl Unpin for PartOfSpeech
impl UnwindSafe for PartOfSpeech
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