Enum speedrun_api::api::users::UsersSorting
source · [−]pub enum UsersSorting {
NameInternational,
NameJapanese,
Signup,
Role,
}Expand description
Sorting options for users
Variants
NameInternational
Sorts alphanumerically by the international name (default)
NameJapanese
Sorts alphanumerically by the Japanese name
Signup
Sorts by the signup date
Role
Sorts by the user role
Trait Implementations
sourceimpl Clone for UsersSorting
impl Clone for UsersSorting
sourcefn clone(&self) -> UsersSorting
fn clone(&self) -> UsersSorting
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 UsersSorting
impl Debug for UsersSorting
sourceimpl Default for UsersSorting
impl Default for UsersSorting
sourceimpl Serialize for UsersSorting
impl Serialize for UsersSorting
impl Copy for UsersSorting
Auto Trait Implementations
impl RefUnwindSafe for UsersSorting
impl Send for UsersSorting
impl Sync for UsersSorting
impl Unpin for UsersSorting
impl UnwindSafe for UsersSorting
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