pub struct PosEntry<'a> {
Show 29 fields pub abbreviations: Vec<Vec<Flowing<'a>>>, pub affectionate_forms: Vec<Vec<Flowing<'a>>>, pub antonyms: Vec<Vec<Flowing<'a>>>, pub audio: Vec<Flowing<'a>>, pub compound_words: Vec<Vec<Flowing<'a>>>, pub definitions: Vec<Vec<Flowing<'a>>>, pub details: Vec<Flowing<'a>>, pub diminutives: Vec<Vec<Flowing<'a>>>, pub etymology: Vec<Vec<Flowing<'a>>>, pub examples: Vec<Example<'a>>, pub feminine_forms: Vec<Vec<Flowing<'a>>>, pub hypernyms: Vec<Vec<Flowing<'a>>>, pub hyphenation: Vec<Vec<Flowing<'a>>>, pub hyponyms: Vec<Vec<Flowing<'a>>>, pub idioms: Vec<Vec<Flowing<'a>>>, pub ipa: Vec<Flowing<'a>>, pub masculine_forms: Vec<Vec<Flowing<'a>>>, pub no_longer_valid_spellings: Vec<Vec<Flowing<'a>>>, pub overview: Option<Overview<'a>>, pub pos: Pos, pub proverbs: Vec<Vec<Flowing<'a>>>, pub related_words: Vec<Vec<Flowing<'a>>>, pub rhymes: Vec<Flowing<'a>>, pub short_forms: Vec<Vec<Flowing<'a>>>, pub similar_words: Vec<Vec<Flowing<'a>>>, pub symbols: Vec<Vec<Flowing<'a>>>, pub synonyms: Vec<Vec<Flowing<'a>>>, pub typical_word_combinations: Vec<Vec<Flowing<'a>>>, pub variants: Vec<Vec<Flowing<'a>>>,
}
Expand description

The entry for a part of speech within the entry for a language.

Fields§

§abbreviations: Vec<Vec<Flowing<'a>>>

Abbreviations, from the section Abkürzungen.

§affectionate_forms: Vec<Vec<Flowing<'a>>>

Affectionate forms, from the section Koseformen.

§antonyms: Vec<Vec<Flowing<'a>>>

Antonyms, from the section Gegenwörter.

§audio: Vec<Flowing<'a>>

Audio, from the subsection Hörbeispiele in the section Aussprache.

§compound_words: Vec<Vec<Flowing<'a>>>

Compound words, from the section Wortbildungen.

§definitions: Vec<Vec<Flowing<'a>>>

Definition, from the section Bedeutungen.

§details: Vec<Flowing<'a>>

Various details from the POS heading.

§diminutives: Vec<Vec<Flowing<'a>>>

Diminutives, from the section Verkleinerungsformen.

§etymology: Vec<Vec<Flowing<'a>>>

Etymology, from the section Herkunft.

§examples: Vec<Example<'a>>

Examples, from the section Beispiele.

§feminine_forms: Vec<Vec<Flowing<'a>>>

Feminine forms, from the section Weibliche Wortformen.

§hypernyms: Vec<Vec<Flowing<'a>>>

Hypernyms, from the section Oberbegriffe.

§hyphenation: Vec<Vec<Flowing<'a>>>

Hyphenation, from the section Worttrennung.

§hyponyms: Vec<Vec<Flowing<'a>>>

Hyponyms, from the section Unterbegriffe.

§idioms: Vec<Vec<Flowing<'a>>>

Idioms, from the section Redewendungen.

§ipa: Vec<Flowing<'a>>

IPA, from the subsection IPA in the section Aussprache.

§masculine_forms: Vec<Vec<Flowing<'a>>>

Masculine forms, from the section Männliche Wortformen.

§no_longer_valid_spellings: Vec<Vec<Flowing<'a>>>

No longer valid spellings, from the section Nicht mehr gültige Schreibweisen.

§overview: Option<Overview<'a>>

Various information about the entry, from any of the many overview templates.

§pos: Pos

The first part of speech of the entry, from the heading of the POS entry.

§proverbs: Vec<Vec<Flowing<'a>>>

Proverbs, fro mthe section Sprichwörter.

§related_words: Vec<Vec<Flowing<'a>>>

Related words, from the section Sinnverwandte Wörter.

§rhymes: Vec<Flowing<'a>>

Rhymes, from the subsection Reime in the section Aussprache.

§short_forms: Vec<Vec<Flowing<'a>>>

Short forms, from the section Kurzformen.

§similar_words: Vec<Vec<Flowing<'a>>>

Similar words, from the section Ähnlichkeiten.

§symbols: Vec<Vec<Flowing<'a>>>

Symbols, from the section Symbole.

§synonyms: Vec<Vec<Flowing<'a>>>

Synonyms, from the section Synonyme.

§typical_word_combinations: Vec<Vec<Flowing<'a>>>

Typical word combinations, from the section Charakteristische Wortkombinationen.

§variants: Vec<Vec<Flowing<'a>>>

Variants, from the section Nebenformen.

Trait Implementations§

Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. 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 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.