Struct discogs_api::endpoints::MasterVersions
source · pub struct MasterVersions;Trait Implementations§
source§impl Endpoint<'_> for MasterVersions
impl Endpoint<'_> for MasterVersions
type Parameters = MasterVersionsParams
type ReturnType = MasterVersions
fn build_url(base: &Url, params: Self::Parameters) -> Result<Url, Error>
Auto Trait Implementations§
impl RefUnwindSafe for MasterVersions
impl Send for MasterVersions
impl Sync for MasterVersions
impl Unpin for MasterVersions
impl UnwindSafe for MasterVersions
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