Enum proxer::response::Medium [] [src]

pub enum Medium {
    AnimeSeries,
    Movie,
    OVA,
    Hentai,
    Manga,
    OneShot,
    Doujin,
    HManga,
}

Variants

Trait Implementations

impl Debug for Medium
[src]

[src]

Formats the value using the given formatter.

impl Clone for Medium
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for Medium
[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