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