Enum rawr::options::TimeFilter [] [src]

pub enum TimeFilter {
    Hour,
    Day,
    Week,
    Month,
    Year,
    AllTime,
}

Used for filtering by time in the top and controversial queues.

Variants

Hour
Day
Week
Month
Year
AllTime

Trait Implementations

impl Display for TimeFilter
[src]

fn fmt(&self, f: &mut Formatter) -> FmtResult

Formats the value using the given formatter.