pub enum LeaderboardScope {
FullGame,
Levels,
All,
}Expand description
Type of leaderboard to return.
Variants§
FullGame
Only return full-game categories.
Levels
Only return individual levels.
All
Return all (default)
Trait Implementations§
Source§impl Clone for LeaderboardScope
impl Clone for LeaderboardScope
Source§fn clone(&self) -> LeaderboardScope
fn clone(&self) -> LeaderboardScope
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 moreSource§impl Debug for LeaderboardScope
impl Debug for LeaderboardScope
Source§impl Serialize for LeaderboardScope
impl Serialize for LeaderboardScope
impl Copy for LeaderboardScope
Auto Trait Implementations§
impl Freeze for LeaderboardScope
impl RefUnwindSafe for LeaderboardScope
impl Send for LeaderboardScope
impl Sync for LeaderboardScope
impl Unpin for LeaderboardScope
impl UnwindSafe for LeaderboardScope
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