Enum speedrun_api::api::genres::GenresSorting
source · [−]pub enum GenresSorting {
Name,
}Expand description
Sorting options for genre
Variants
Name
Sort alphanumerically by genre name (default)
Trait Implementations
sourceimpl Clone for GenresSorting
impl Clone for GenresSorting
sourcefn clone(&self) -> GenresSorting
fn clone(&self) -> GenresSorting
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 GenresSorting
impl Debug for GenresSorting
sourceimpl Default for GenresSorting
impl Default for GenresSorting
sourceimpl Serialize for GenresSorting
impl Serialize for GenresSorting
impl Copy for GenresSorting
Auto Trait Implementations
impl RefUnwindSafe for GenresSorting
impl Send for GenresSorting
impl Sync for GenresSorting
impl Unpin for GenresSorting
impl UnwindSafe for GenresSorting
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