Enum orca::Sort[][src]

pub enum Sort {
    Hot,
    New,
    Rising,
    Top(SortTime),
    Controversial(SortTime),
}

Sort type of a subreddit

Variants

Hot

New

Rising

Top within the specified SortTime

Most controversial within the specified SortTime

Methods

impl Sort
[src]

Convert to url parameters

Auto Trait Implementations

impl Send for Sort

impl Sync for Sort