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