pub struct TopAlbumsClient { /* private fields */ }Expand description
Client for fetching top albums
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TopAlbumsClient
impl !RefUnwindSafe for TopAlbumsClient
impl Send for TopAlbumsClient
impl Sync for TopAlbumsClient
impl Unpin for TopAlbumsClient
impl UnsafeUnpin for TopAlbumsClient
impl !UnwindSafe for TopAlbumsClient
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