Enum speedrun_api::api::publishers::PublishersSorting
source · [−]pub enum PublishersSorting {
Name,
}Expand description
Sorting options for publisher
Variants
Name
Sort alphanumerically by publisher name (default)
Trait Implementations
sourceimpl Clone for PublishersSorting
impl Clone for PublishersSorting
sourcefn clone(&self) -> PublishersSorting
fn clone(&self) -> PublishersSorting
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 PublishersSorting
impl Debug for PublishersSorting
sourceimpl Default for PublishersSorting
impl Default for PublishersSorting
sourceimpl Serialize for PublishersSorting
impl Serialize for PublishersSorting
impl Copy for PublishersSorting
Auto Trait Implementations
impl RefUnwindSafe for PublishersSorting
impl Send for PublishersSorting
impl Sync for PublishersSorting
impl Unpin for PublishersSorting
impl UnwindSafe for PublishersSorting
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