pub enum LeaderboardSortMethod {
Ascending,
Descending,
}Variants§
Trait Implementations§
Source§impl Clone for LeaderboardSortMethod
impl Clone for LeaderboardSortMethod
Source§fn clone(&self) -> LeaderboardSortMethod
fn clone(&self) -> LeaderboardSortMethod
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for LeaderboardSortMethod
impl RefUnwindSafe for LeaderboardSortMethod
impl Send for LeaderboardSortMethod
impl Sync for LeaderboardSortMethod
impl Unpin for LeaderboardSortMethod
impl UnwindSafe for LeaderboardSortMethod
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