Enum speedrun_api::api::games::LeaderboardScope
source · [−]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
sourceimpl Clone for LeaderboardScope
impl Clone for LeaderboardScope
sourcefn clone(&self) -> LeaderboardScope
fn clone(&self) -> LeaderboardScope
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 LeaderboardScope
impl Debug for LeaderboardScope
sourceimpl Serialize for LeaderboardScope
impl Serialize for LeaderboardScope
impl Copy for LeaderboardScope
Auto Trait Implementations
impl RefUnwindSafe for LeaderboardScope
impl Send for LeaderboardScope
impl Sync for LeaderboardScope
impl Unpin for LeaderboardScope
impl UnwindSafe for LeaderboardScope
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