pub struct SaveAsSonosPlaylistRequest {
pub queue_id: u32,
pub title: String,
pub object_id: String,
}Fields§
§queue_id: u32§title: String§object_id: StringTrait Implementations§
Source§impl Clone for SaveAsSonosPlaylistRequest
impl Clone for SaveAsSonosPlaylistRequest
Source§fn clone(&self) -> SaveAsSonosPlaylistRequest
fn clone(&self) -> SaveAsSonosPlaylistRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SaveAsSonosPlaylistRequest
impl Debug for SaveAsSonosPlaylistRequest
Source§impl Default for SaveAsSonosPlaylistRequest
impl Default for SaveAsSonosPlaylistRequest
Source§fn default() -> SaveAsSonosPlaylistRequest
fn default() -> SaveAsSonosPlaylistRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for SaveAsSonosPlaylistRequest
impl PartialEq for SaveAsSonosPlaylistRequest
Source§fn eq(&self, other: &SaveAsSonosPlaylistRequest) -> bool
fn eq(&self, other: &SaveAsSonosPlaylistRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SaveAsSonosPlaylistRequest
Auto Trait Implementations§
impl Freeze for SaveAsSonosPlaylistRequest
impl RefUnwindSafe for SaveAsSonosPlaylistRequest
impl Send for SaveAsSonosPlaylistRequest
impl Sync for SaveAsSonosPlaylistRequest
impl Unpin for SaveAsSonosPlaylistRequest
impl UnsafeUnpin for SaveAsSonosPlaylistRequest
impl UnwindSafe for SaveAsSonosPlaylistRequest
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