Enum pixiv::SearchPeriod[][src]

pub enum SearchPeriod {
    All,
    Day,
    Week,
    Month,
}

Enum to set search period param.

Variants

Trait Implementations

impl Debug for SearchPeriod
[src]

Formats the value using the given formatter. Read more

impl Clone for SearchPeriod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SearchPeriod
[src]

Auto Trait Implementations