Enum speedrun_api::api::CategoriesSorting
source · [−]pub enum CategoriesSorting {
Name,
Miscellaneous,
Pos,
}Expand description
Sorting options for categories
Variants
Name
Sort alphanumerically by category name
Miscellaneous
Sort by miscellaneous flag
Pos
Use sort order defined by game moderator (default)
Trait Implementations
sourceimpl Clone for CategoriesSorting
impl Clone for CategoriesSorting
sourcefn clone(&self) -> CategoriesSorting
fn clone(&self) -> CategoriesSorting
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 CategoriesSorting
impl Debug for CategoriesSorting
sourceimpl Default for CategoriesSorting
impl Default for CategoriesSorting
sourceimpl Serialize for CategoriesSorting
impl Serialize for CategoriesSorting
impl Copy for CategoriesSorting
Auto Trait Implementations
impl RefUnwindSafe for CategoriesSorting
impl Send for CategoriesSorting
impl Sync for CategoriesSorting
impl Unpin for CategoriesSorting
impl UnwindSafe for CategoriesSorting
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