pub struct AmApiRequest {
pub path: String,
}Expand description
Request body for POST /api/v1/amapi/run-v3.
Fields§
§path: StringApple Music API path (e.g. "/v1/catalog/ca/search?term=…").
Trait Implementations§
Source§impl Clone for AmApiRequest
impl Clone for AmApiRequest
Source§fn clone(&self) -> AmApiRequest
fn clone(&self) -> AmApiRequest
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 AmApiRequest
impl Debug for AmApiRequest
Auto Trait Implementations§
impl Freeze for AmApiRequest
impl RefUnwindSafe for AmApiRequest
impl Send for AmApiRequest
impl Sync for AmApiRequest
impl Unpin for AmApiRequest
impl UnsafeUnpin for AmApiRequest
impl UnwindSafe for AmApiRequest
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