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§
Source§impl Clone for CategoriesSorting
impl Clone for CategoriesSorting
Source§fn clone(&self) -> CategoriesSorting
fn clone(&self) -> CategoriesSorting
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CategoriesSorting
impl Debug for CategoriesSorting
Source§impl Default for CategoriesSorting
impl Default for CategoriesSorting
Source§impl Serialize for CategoriesSorting
impl Serialize for CategoriesSorting
impl Copy for CategoriesSorting
Auto Trait Implementations§
impl Freeze for CategoriesSorting
impl RefUnwindSafe for CategoriesSorting
impl Send for CategoriesSorting
impl Sync for CategoriesSorting
impl Unpin for CategoriesSorting
impl UnwindSafe for CategoriesSorting
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more