#[repr(i32)]pub enum Leaderboard {
Global = 12_960,
USWest = 12_961,
USEast = 12_962,
Europe = 12_963,
Korea = 12_964,
Asia = 12_965,
}
Variants§
Trait Implementations§
Source§impl Clone for Leaderboard
impl Clone for Leaderboard
Source§fn clone(&self) -> Leaderboard
fn clone(&self) -> Leaderboard
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 Leaderboard
impl Debug for Leaderboard
impl Copy for Leaderboard
Auto Trait Implementations§
impl Freeze for Leaderboard
impl RefUnwindSafe for Leaderboard
impl Send for Leaderboard
impl Sync for Leaderboard
impl Unpin for Leaderboard
impl UnwindSafe for Leaderboard
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