pub struct PlaylistUpdateAttributes {
pub new_attributes: PlaylistPartialAttributes,
pub old_attributes: PlaylistPartialAttributes,
}Fields§
§new_attributes: PlaylistPartialAttributes§old_attributes: PlaylistPartialAttributesTrait Implementations§
Source§impl Clone for PlaylistUpdateAttributes
impl Clone for PlaylistUpdateAttributes
Source§fn clone(&self) -> PlaylistUpdateAttributes
fn clone(&self) -> PlaylistUpdateAttributes
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 PlaylistUpdateAttributes
impl Debug for PlaylistUpdateAttributes
Auto Trait Implementations§
impl Freeze for PlaylistUpdateAttributes
impl RefUnwindSafe for PlaylistUpdateAttributes
impl Send for PlaylistUpdateAttributes
impl Sync for PlaylistUpdateAttributes
impl Unpin for PlaylistUpdateAttributes
impl UnwindSafe for PlaylistUpdateAttributes
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