pub enum MasterVersionsSort {
Released,
Title,
Format,
Label,
CatNo,
Country,
}
Variants§
Trait Implementations§
Source§impl AsRef<str> for MasterVersionsSort
impl AsRef<str> for MasterVersionsSort
Source§impl Clone for MasterVersionsSort
impl Clone for MasterVersionsSort
Source§fn clone(&self) -> MasterVersionsSort
fn clone(&self) -> MasterVersionsSort
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 moreAuto Trait Implementations§
impl Freeze for MasterVersionsSort
impl RefUnwindSafe for MasterVersionsSort
impl Send for MasterVersionsSort
impl Sync for MasterVersionsSort
impl Unpin for MasterVersionsSort
impl UnwindSafe for MasterVersionsSort
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