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