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