pub struct QueueLastChange {Show 19 fields
pub count: Option<u32>,
pub enqueue_as_next: Option<bool>,
pub index: Option<u32>,
pub list_uri: Option<String>,
pub list_uri_and_metadata: Option<String>,
pub num_tracks: Option<u32>,
pub object_id: Option<String>,
pub queue_id: Option<u32>,
pub queue_owner_context: Option<String>,
pub queue_owner_id: Option<String>,
pub queue_policy: Option<String>,
pub result: Option<String>,
pub saved_queue_title: Option<String>,
pub track_number: Option<u32>,
pub track_numbers_csv: Option<String>,
pub uri: Option<String>,
pub uri_meta_data: Option<String>,
pub update_id: Option<u32>,
pub curated: Option<bool>,
}Fields§
§count: Option<u32>§enqueue_as_next: Option<bool>§index: Option<u32>§list_uri: Option<String>§list_uri_and_metadata: Option<String>§num_tracks: Option<u32>§object_id: Option<String>§queue_id: Option<u32>§queue_owner_context: Option<String>§queue_owner_id: Option<String>§queue_policy: Option<String>§result: Option<String>§saved_queue_title: Option<String>§track_number: Option<u32>§track_numbers_csv: Option<String>§uri: Option<String>§uri_meta_data: Option<String>§update_id: Option<u32>§curated: Option<bool>Trait Implementations§
Source§impl Clone for QueueLastChange
impl Clone for QueueLastChange
Source§fn clone(&self) -> QueueLastChange
fn clone(&self) -> QueueLastChange
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 QueueLastChange
impl Debug for QueueLastChange
Source§impl Default for QueueLastChange
impl Default for QueueLastChange
Source§fn default() -> QueueLastChange
fn default() -> QueueLastChange
Returns the “default value” for a type. Read more
Source§impl PartialEq for QueueLastChange
impl PartialEq for QueueLastChange
impl StructuralPartialEq for QueueLastChange
Auto Trait Implementations§
impl Freeze for QueueLastChange
impl RefUnwindSafe for QueueLastChange
impl Send for QueueLastChange
impl Sync for QueueLastChange
impl Unpin for QueueLastChange
impl UnwindSafe for QueueLastChange
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