pub struct PlayUrlRequest {
pub url: String,
}Expand description
Request body for POST /play-url.
Fields§
§url: StringApple Music URL to play (e.g. "https://music.apple.com/…").
Trait Implementations§
Source§impl Clone for PlayUrlRequest
impl Clone for PlayUrlRequest
Source§fn clone(&self) -> PlayUrlRequest
fn clone(&self) -> PlayUrlRequest
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 PlayUrlRequest
impl Debug for PlayUrlRequest
Auto Trait Implementations§
impl Freeze for PlayUrlRequest
impl RefUnwindSafe for PlayUrlRequest
impl Send for PlayUrlRequest
impl Sync for PlayUrlRequest
impl Unpin for PlayUrlRequest
impl UnsafeUnpin for PlayUrlRequest
impl UnwindSafe for PlayUrlRequest
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