Enum discogs_api::endpoints::MasterVersionsSort
source · 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 copy 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 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