pub struct ReleaseRatingByUser;Trait Implementations§
Source§impl<'de> Endpoint<'de> for ReleaseRatingByUser
impl<'de> Endpoint<'de> for ReleaseRatingByUser
type Parameters = Params<'de>
type ReturnType = Fallible<ReleaseRatingByUser>
fn build_url(base: &Url, params: Self::Parameters) -> Result<Url, Error>
Auto Trait Implementations§
impl Freeze for ReleaseRatingByUser
impl RefUnwindSafe for ReleaseRatingByUser
impl Send for ReleaseRatingByUser
impl Sync for ReleaseRatingByUser
impl Unpin for ReleaseRatingByUser
impl UnsafeUnpin for ReleaseRatingByUser
impl UnwindSafe for ReleaseRatingByUser
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