pub enum RunsSorting {
Game,
Category,
Level,
Platform,
Region,
Emulated,
Date,
Submitted,
Status,
VerifyDate,
}Expand description
Sorting options for runs
Variants§
Game
Sorts by the game the run was done in (default)
Category
Sorts by the run category
Level
Sorts by the run level
Platform
Sorts by the platform used for the run
Region
Sorts by the console region used for the run
Emulated
Sorts by whether an emulator was used for the run
Date
Sorts by the date of the run
Submitted
Sorts by the date when the run was submitted to speedrun.com
Status
Sorts by verification status
VerifyDate
Sorts by the date the run was verified
Trait Implementations§
Source§impl Clone for RunsSorting
impl Clone for RunsSorting
Source§fn clone(&self) -> RunsSorting
fn clone(&self) -> RunsSorting
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RunsSorting
impl Debug for RunsSorting
Source§impl Default for RunsSorting
impl Default for RunsSorting
Source§impl Serialize for RunsSorting
impl Serialize for RunsSorting
impl Copy for RunsSorting
Auto Trait Implementations§
impl Freeze for RunsSorting
impl RefUnwindSafe for RunsSorting
impl Send for RunsSorting
impl Sync for RunsSorting
impl Unpin for RunsSorting
impl UnwindSafe for RunsSorting
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more