pub enum GenresSorting {
Name,
}Expand description
Sorting options for genre
Variants§
Name
Sort alphanumerically by genre name (default)
Trait Implementations§
Source§impl Clone for GenresSorting
impl Clone for GenresSorting
Source§fn clone(&self) -> GenresSorting
fn clone(&self) -> GenresSorting
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GenresSorting
impl Debug for GenresSorting
Source§impl Default for GenresSorting
impl Default for GenresSorting
Source§impl Serialize for GenresSorting
impl Serialize for GenresSorting
impl Copy for GenresSorting
Auto Trait Implementations§
impl Freeze for GenresSorting
impl RefUnwindSafe for GenresSorting
impl Send for GenresSorting
impl Sync for GenresSorting
impl Unpin for GenresSorting
impl UnwindSafe for GenresSorting
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more