Struct discogs_api::endpoints::ArtistReleasesParams
source · pub struct ArtistReleasesParams {
pub artist_id: isize,
pub sort: Option<String>,
pub sort_order: Option<SortOrder>,
}Fields§
§artist_id: isize§sort: Option<String>Seemes to be year, title, or format
sort_order: Option<SortOrder>Trait Implementations§
source§impl Clone for ArtistReleasesParams
impl Clone for ArtistReleasesParams
source§fn clone(&self) -> ArtistReleasesParams
fn clone(&self) -> ArtistReleasesParams
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 moresource§impl Debug for ArtistReleasesParams
impl Debug for ArtistReleasesParams
source§impl Default for ArtistReleasesParams
impl Default for ArtistReleasesParams
source§fn default() -> ArtistReleasesParams
fn default() -> ArtistReleasesParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ArtistReleasesParams
impl Send for ArtistReleasesParams
impl Sync for ArtistReleasesParams
impl Unpin for ArtistReleasesParams
impl UnwindSafe for ArtistReleasesParams
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