Struct spotify_rs::endpoint::player::AddItemToQueueEndpoint
source · pub struct AddItemToQueueEndpoint { /* private fields */ }Trait Implementations§
source§impl Clone for AddItemToQueueEndpoint
impl Clone for AddItemToQueueEndpoint
source§fn clone(&self) -> AddItemToQueueEndpoint
fn clone(&self) -> AddItemToQueueEndpoint
Returns a copy 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 AddItemToQueueEndpoint
impl Debug for AddItemToQueueEndpoint
source§impl Default for AddItemToQueueEndpoint
impl Default for AddItemToQueueEndpoint
source§fn default() -> AddItemToQueueEndpoint
fn default() -> AddItemToQueueEndpoint
Returns the “default value” for a type. Read more
source§impl Serialize for AddItemToQueueEndpoint
impl Serialize for AddItemToQueueEndpoint
impl Endpoint for AddItemToQueueEndpoint
Auto Trait Implementations§
impl Freeze for AddItemToQueueEndpoint
impl RefUnwindSafe for AddItemToQueueEndpoint
impl Send for AddItemToQueueEndpoint
impl Sync for AddItemToQueueEndpoint
impl Unpin for AddItemToQueueEndpoint
impl UnwindSafe for AddItemToQueueEndpoint
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)