Enum speedrun_api::api::runs::RunsSorting
source · [−]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
sourceimpl Clone for RunsSorting
impl Clone for RunsSorting
sourcefn clone(&self) -> RunsSorting
fn clone(&self) -> RunsSorting
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for RunsSorting
impl Debug for RunsSorting
sourceimpl Default for RunsSorting
impl Default for RunsSorting
sourceimpl Serialize for RunsSorting
impl Serialize for RunsSorting
impl Copy for RunsSorting
Auto Trait Implementations
impl RefUnwindSafe for RunsSorting
impl Send for RunsSorting
impl Sync for RunsSorting
impl Unpin for RunsSorting
impl UnwindSafe for RunsSorting
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more