pub struct BatchScrobbleResponse {
pub scrobbles: ScrobbleList,
}Expand description
Response to a Batch Scrobble request
Represents a response to a batched Scrobble request. Contains the results of the Scrobble call, including any metadata corrections the Last.fm API made to the arist/track/album submitted.
Fields§
§scrobbles: ScrobbleListTrait Implementations§
Auto Trait Implementations§
impl Freeze for BatchScrobbleResponse
impl RefUnwindSafe for BatchScrobbleResponse
impl Send for BatchScrobbleResponse
impl Sync for BatchScrobbleResponse
impl Unpin for BatchScrobbleResponse
impl UnwindSafe for BatchScrobbleResponse
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