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