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