Struct speedrun_api::api::series::ListSeries
source · [−]pub struct ListSeries<'a> { /* private fields */ }Expand description
Retrieves a list of all series
Implementations
sourceimpl<'a> ListSeries<'a>
impl<'a> ListSeries<'a>
sourcepub fn builder() -> ListSeriesBuilder<'a>
pub fn builder() -> ListSeriesBuilder<'a>
Create a builder for this endpoint.
Trait Implementations
sourceimpl<'a> Clone for ListSeries<'a>
impl<'a> Clone for ListSeries<'a>
sourcefn clone(&self) -> ListSeries<'a>
fn clone(&self) -> ListSeries<'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 ListSeries<'a>
impl<'a> Debug for ListSeries<'a>
sourceimpl<'a> Default for ListSeries<'a>
impl<'a> Default for ListSeries<'a>
sourcefn default() -> ListSeries<'a>
fn default() -> ListSeries<'a>
Returns the “default value” for a type. Read more
sourceimpl<'a> Serialize for ListSeries<'a>
impl<'a> Serialize for ListSeries<'a>
impl Pageable for ListSeries<'_>
Auto Trait Implementations
impl<'a> RefUnwindSafe for ListSeries<'a>
impl<'a> Send for ListSeries<'a>
impl<'a> Sync for ListSeries<'a>
impl<'a> Unpin for ListSeries<'a>
impl<'a> UnwindSafe for ListSeries<'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