Enum pixiv::RankingType [] [src]

pub enum RankingType {
    All,
    Illust,
    Manga,
    Ugoira,
}

Enum to set ranking type param.

Variants

Trait Implementations

impl Debug for RankingType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RankingType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RankingType
[src]

Auto Trait Implementations

impl Send for RankingType

impl Sync for RankingType