pub struct PlayItemHrefRequest {
pub href: String,
}Expand description
Request body for POST /play-item-href.
Fields§
§href: StringApple Music API href (e.g. "/v1/catalog/ca/songs/1719861213").
Trait Implementations§
Source§impl Clone for PlayItemHrefRequest
impl Clone for PlayItemHrefRequest
Source§fn clone(&self) -> PlayItemHrefRequest
fn clone(&self) -> PlayItemHrefRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PlayItemHrefRequest
impl Debug for PlayItemHrefRequest
Auto Trait Implementations§
impl Freeze for PlayItemHrefRequest
impl RefUnwindSafe for PlayItemHrefRequest
impl Send for PlayItemHrefRequest
impl Sync for PlayItemHrefRequest
impl Unpin for PlayItemHrefRequest
impl UnsafeUnpin for PlayItemHrefRequest
impl UnwindSafe for PlayItemHrefRequest
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