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 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 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