Enum dictcc::Gender [] [src]

pub enum Gender {
    Feminine,
    Masculine,
    Neuter,
    Plural,
    Singular,
}

Lists all available genders

Variants

Trait Implementations

impl Clone for Gender
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Gender
[src]

impl PartialEq for Gender
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for Gender
[src]

[src]

Formats the value using the given formatter.

impl FromStr for Gender
[src]

The associated error which can be returned from parsing.

[src]

Performs the fault-tolerant conversion from str into a Gender