Enum vkrs::users::NameCase [] [src]

pub enum NameCase {
    Nominative,
    Genetive,
    Dative,
    Accusative,
    Instrumental,
    Ablative,
}

Variants

Trait Implementations

impl Copy for NameCase
[src]

impl Clone for NameCase
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for NameCase
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for NameCase
[src]

impl Debug for NameCase
[src]

Formats the value using the given formatter.

impl AsRef<str> for NameCase
[src]

Performs the conversion.

impl FromStr for NameCase
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Deserialize for NameCase
[src]

Deserialize this value given this Deserializer.