Struct speedrun_api::api::levels::LevelRecords
source · [−]pub struct LevelRecords<'a> { /* private fields */ }Expand description
Retrieves the leaderboards of the given level for all available categories.
Implementations
sourceimpl<'a> LevelRecords<'a>
impl<'a> LevelRecords<'a>
sourcepub fn builder() -> LevelRecordsBuilder<'a>
pub fn builder() -> LevelRecordsBuilder<'a>
Create a builder for this endpoint.
Trait Implementations
sourceimpl<'a> Clone for LevelRecords<'a>
impl<'a> Clone for LevelRecords<'a>
sourcefn clone(&self) -> LevelRecords<'a>
fn clone(&self) -> LevelRecords<'a>
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<'a> Debug for LevelRecords<'a>
impl<'a> Debug for LevelRecords<'a>
sourceimpl<'a> Serialize for LevelRecords<'a>
impl<'a> Serialize for LevelRecords<'a>
impl Pageable for LevelRecords<'_>
Auto Trait Implementations
impl<'a> RefUnwindSafe for LevelRecords<'a>
impl<'a> Send for LevelRecords<'a>
impl<'a> Sync for LevelRecords<'a>
impl<'a> Unpin for LevelRecords<'a>
impl<'a> UnwindSafe for LevelRecords<'a>
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