Enum speedrun_api::api::VariablesSorting
source · [−]pub enum VariablesSorting {
Name,
Mandatory,
UserDefined,
Pos,
}Expand description
Sorting options for variables
Variants
Name
Sorts alphanumerically by the variable name
Mandatory
Sorts by mandatory flag
UserDefined
Sorts by user-defined flag
Pos
Sorts by the order defined by the game moderator (default)
Trait Implementations
sourceimpl Clone for VariablesSorting
impl Clone for VariablesSorting
sourcefn clone(&self) -> VariablesSorting
fn clone(&self) -> VariablesSorting
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 VariablesSorting
impl Debug for VariablesSorting
sourceimpl Default for VariablesSorting
impl Default for VariablesSorting
sourceimpl Serialize for VariablesSorting
impl Serialize for VariablesSorting
impl Copy for VariablesSorting
Auto Trait Implementations
impl RefUnwindSafe for VariablesSorting
impl Send for VariablesSorting
impl Sync for VariablesSorting
impl Unpin for VariablesSorting
impl UnwindSafe for VariablesSorting
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