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