Enum proxer::response::Season [] [src]

pub enum Season {
    Unknown,
    Winter,
    Spring,
    Summer,
    Autumn,
}

Variants

Trait Implementations

impl Debug for Season
[src]

[src]

Formats the value using the given formatter.

impl Clone for Season
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for Season
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more