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