Enum speedrun_api::api::games::GamesSorting
source · [−]pub enum GamesSorting {
NameInternational,
NameJapanese,
Abbreviation,
Released,
Created,
Similarity,
}Expand description
Sorting options for games
Variants
NameInternational
Sorts alphanumerically by the international name (default)
NameJapanese
Sorts alphanumerically by the Japanese name
Abbreviation
Sorts alphanumerically by the abbreviation
Released
Sorts by the release date
Created
Sorts by the date the game was added to speedrun.com
Similarity
Sorts by string similarity. Only available when searching games by name (default when searching by name)
Trait Implementations
sourceimpl Clone for GamesSorting
impl Clone for GamesSorting
sourcefn clone(&self) -> GamesSorting
fn clone(&self) -> GamesSorting
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 GamesSorting
impl Debug for GamesSorting
sourceimpl Serialize for GamesSorting
impl Serialize for GamesSorting
impl Copy for GamesSorting
Auto Trait Implementations
impl RefUnwindSafe for GamesSorting
impl Send for GamesSorting
impl Sync for GamesSorting
impl Unpin for GamesSorting
impl UnwindSafe for GamesSorting
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