pub struct PlaylistUpdateItemAttributes {
pub index: i32,
pub new_attributes: PlaylistPartialItemAttributes,
pub old_attributes: PlaylistPartialItemAttributes,
}Fields§
§index: i32§new_attributes: PlaylistPartialItemAttributes§old_attributes: PlaylistPartialItemAttributesTrait Implementations§
source§impl Clone for PlaylistUpdateItemAttributes
impl Clone for PlaylistUpdateItemAttributes
source§fn clone(&self) -> PlaylistUpdateItemAttributes
fn clone(&self) -> PlaylistUpdateItemAttributes
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 PlaylistUpdateItemAttributes
impl Debug for PlaylistUpdateItemAttributes
Auto Trait Implementations§
impl Freeze for PlaylistUpdateItemAttributes
impl RefUnwindSafe for PlaylistUpdateItemAttributes
impl Send for PlaylistUpdateItemAttributes
impl Sync for PlaylistUpdateItemAttributes
impl Unpin for PlaylistUpdateItemAttributes
impl UnwindSafe for PlaylistUpdateItemAttributes
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)