pub struct PronounDeclensionAdjective<'a> {
Show 56 fields pub paccf: Vec<Cow<'a, str>>, pub paccm: Vec<Cow<'a, str>>, pub paccma: Vec<Cow<'a, str>>, pub paccn: Vec<Cow<'a, str>>, pub pdatf: Vec<Cow<'a, str>>, pub pdatm: Vec<Cow<'a, str>>, pub pdatma: Vec<Cow<'a, str>>, pub pdatn: Vec<Cow<'a, str>>, pub pgenf: Vec<Cow<'a, str>>, pub pgenm: Vec<Cow<'a, str>>, pub pgenma: Vec<Cow<'a, str>>, pub pgenn: Vec<Cow<'a, str>>, pub pinsf: Vec<Cow<'a, str>>, pub pinsm: Vec<Cow<'a, str>>, pub pinsma: Vec<Cow<'a, str>>, pub pinsn: Vec<Cow<'a, str>>, pub plocf: Vec<Cow<'a, str>>, pub plocm: Vec<Cow<'a, str>>, pub plocma: Vec<Cow<'a, str>>, pub plocn: Vec<Cow<'a, str>>, pub pnomf: Vec<Cow<'a, str>>, pub pnomm: Vec<Cow<'a, str>>, pub pnomma: Vec<Cow<'a, str>>, pub pnomn: Vec<Cow<'a, str>>, pub pvocf: Vec<Cow<'a, str>>, pub pvocm: Vec<Cow<'a, str>>, pub pvocma: Vec<Cow<'a, str>>, pub pvocn: Vec<Cow<'a, str>>, pub saccf: Vec<Cow<'a, str>>, pub saccm: Vec<Cow<'a, str>>, pub saccma: Vec<Cow<'a, str>>, pub saccn: Vec<Cow<'a, str>>, pub sdatf: Vec<Cow<'a, str>>, pub sdatm: Vec<Cow<'a, str>>, pub sdatma: Vec<Cow<'a, str>>, pub sdatn: Vec<Cow<'a, str>>, pub sgenf: Vec<Cow<'a, str>>, pub sgenm: Vec<Cow<'a, str>>, pub sgenma: Vec<Cow<'a, str>>, pub sgenn: Vec<Cow<'a, str>>, pub sinsf: Vec<Cow<'a, str>>, pub sinsm: Vec<Cow<'a, str>>, pub sinsma: Vec<Cow<'a, str>>, pub sinsn: Vec<Cow<'a, str>>, pub slocf: Vec<Cow<'a, str>>, pub slocm: Vec<Cow<'a, str>>, pub slocma: Vec<Cow<'a, str>>, pub slocn: Vec<Cow<'a, str>>, pub snomf: Vec<Cow<'a, str>>, pub snomm: Vec<Cow<'a, str>>, pub snomma: Vec<Cow<'a, str>>, pub snomn: Vec<Cow<'a, str>>, pub svocf: Vec<Cow<'a, str>>, pub svocm: Vec<Cow<'a, str>>, pub svocma: Vec<Cow<'a, str>>, pub svocn: Vec<Cow<'a, str>>,
}
Expand description

Declension of pronouns that inflect like adjectives.

Fields§

§paccf: Vec<Cow<'a, str>>§paccm: Vec<Cow<'a, str>>§paccma: Vec<Cow<'a, str>>§paccn: Vec<Cow<'a, str>>§pdatf: Vec<Cow<'a, str>>§pdatm: Vec<Cow<'a, str>>§pdatma: Vec<Cow<'a, str>>§pdatn: Vec<Cow<'a, str>>§pgenf: Vec<Cow<'a, str>>§pgenm: Vec<Cow<'a, str>>§pgenma: Vec<Cow<'a, str>>§pgenn: Vec<Cow<'a, str>>§pinsf: Vec<Cow<'a, str>>§pinsm: Vec<Cow<'a, str>>§pinsma: Vec<Cow<'a, str>>§pinsn: Vec<Cow<'a, str>>§plocf: Vec<Cow<'a, str>>§plocm: Vec<Cow<'a, str>>§plocma: Vec<Cow<'a, str>>§plocn: Vec<Cow<'a, str>>§pnomf: Vec<Cow<'a, str>>§pnomm: Vec<Cow<'a, str>>§pnomma: Vec<Cow<'a, str>>§pnomn: Vec<Cow<'a, str>>§pvocf: Vec<Cow<'a, str>>§pvocm: Vec<Cow<'a, str>>§pvocma: Vec<Cow<'a, str>>§pvocn: Vec<Cow<'a, str>>§saccf: Vec<Cow<'a, str>>§saccm: Vec<Cow<'a, str>>§saccma: Vec<Cow<'a, str>>§saccn: Vec<Cow<'a, str>>§sdatf: Vec<Cow<'a, str>>§sdatm: Vec<Cow<'a, str>>§sdatma: Vec<Cow<'a, str>>§sdatn: Vec<Cow<'a, str>>§sgenf: Vec<Cow<'a, str>>§sgenm: Vec<Cow<'a, str>>§sgenma: Vec<Cow<'a, str>>§sgenn: Vec<Cow<'a, str>>§sinsf: Vec<Cow<'a, str>>§sinsm: Vec<Cow<'a, str>>§sinsma: Vec<Cow<'a, str>>§sinsn: Vec<Cow<'a, str>>§slocf: Vec<Cow<'a, str>>§slocm: Vec<Cow<'a, str>>§slocma: Vec<Cow<'a, str>>§slocn: Vec<Cow<'a, str>>§snomf: Vec<Cow<'a, str>>§snomm: Vec<Cow<'a, str>>§snomma: Vec<Cow<'a, str>>§snomn: Vec<Cow<'a, str>>§svocf: Vec<Cow<'a, str>>§svocm: Vec<Cow<'a, str>>§svocma: Vec<Cow<'a, str>>§svocn: Vec<Cow<'a, str>>

Trait Implementations§

Formats the value using the given formatter. Read more
Returns the “default value” for a type. 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.