pub enum Pos {
Show 16 variants Abbreviation, Adjective, Adverb, CompoundWord, Conjunction, Idiom, Interjection, Noun, Numeral, Particle, Prefix, Preposition, Pronoun, Proverb, Suffix, Verb,
}
Expand description

Part of speech.

Variants§

§

Abbreviation

Abbreviation.

Parsed from the section zkratka and similar numbered sections.

§

Adjective

Adjective.

Parsed from the section přídavné jméno and similar numbered sections.

§

Adverb

Adverb.

Parsed from the section příslovce and similar numbered sections.

§

CompoundWord

Compound word.

Parsed from the section slovní spojení and similar numbered sections.

§

Conjunction

Conjunction.

Parsed from the section spojka and similar numbered sections.

§

Idiom

Idiom.

Parsed from the section idiom and similar numbered sections.

§

Interjection

Interjection.

Parsed from the section citoslovce and similar numbered sections.

§

Noun

Noun.

Parsed from the section podstatné jméno and similar numbered sections.

§

Numeral

Numeral.

Parsed from the section číslovka and similar numbered sections.

§

Particle

Particle.

Parsed from the section částice and similar numbered sections.

§

Prefix

Prefix.

Parsed from the section předpona and similar numbered sections.

§

Preposition

Preposition.

Parsed from the section předložka and similar numbered sections.

§

Pronoun

Pronoun.

Parsed from the section zájmeno and similar numbered sections.

§

Proverb

Proverb.

Parsed from the sections přísloví and rčení and similar numbered sections.

§

Suffix

Suffix.

Parsed from the section přípona and similar numbered sections.

§

Verb

Verb.

Parsed from the section sloveso and similar numbered sections.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more
Feeds this value into the given Hasher. Read more
Feeds a slice of this type into the given Hasher. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.