Enum pixiv::RankingMode[][src]

pub enum RankingMode {
    Daily,
    Weekly,
    Monthly,
    Rookie,
    Original,
    Male,
    Female,
    DailyR18,
    WeeklyR18,
    MaleR18,
    FemaleR18,
    R18G,
}

Enum to set ranking mode param.

Variants

Trait Implementations

impl Debug for RankingMode
[src]

Formats the value using the given formatter. Read more

impl Clone for RankingMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RankingMode
[src]

Auto Trait Implementations

impl Send for RankingMode

impl Sync for RankingMode