pub struct PlaylistPartialAttributes { /* private fields */ }Trait Implementations§
Source§impl Clone for PlaylistPartialAttributes
impl Clone for PlaylistPartialAttributes
Source§fn clone(&self) -> PlaylistPartialAttributes
fn clone(&self) -> PlaylistPartialAttributes
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 PlaylistPartialAttributes
impl Debug for PlaylistPartialAttributes
Auto Trait Implementations§
impl Freeze for PlaylistPartialAttributes
impl RefUnwindSafe for PlaylistPartialAttributes
impl Send for PlaylistPartialAttributes
impl Sync for PlaylistPartialAttributes
impl Unpin for PlaylistPartialAttributes
impl UnwindSafe for PlaylistPartialAttributes
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