Struct speedrun_api::api::publishers::PublishersBuilder
source · [−]pub struct PublishersBuilder { /* private fields */ }Expand description
Builder for Publishers.
Implementations
sourceimpl PublishersBuilder
impl PublishersBuilder
sourcepub fn orderby<VALUE: Into<PublishersSorting>>(
&mut self,
value: VALUE
) -> &mut Self
pub fn orderby<VALUE: Into<PublishersSorting>>(
&mut self,
value: VALUE
) -> &mut Self
Sorting options for results.
sourcepub fn build(&self) -> Result<Publishers, PublishersBuilderError>
pub fn build(&self) -> Result<Publishers, PublishersBuilderError>
Trait Implementations
sourceimpl Clone for PublishersBuilder
impl Clone for PublishersBuilder
sourcefn clone(&self) -> PublishersBuilder
fn clone(&self) -> PublishersBuilder
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
Auto Trait Implementations
impl RefUnwindSafe for PublishersBuilder
impl Send for PublishersBuilder
impl Sync for PublishersBuilder
impl Unpin for PublishersBuilder
impl UnwindSafe for PublishersBuilder
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