pub struct PlaylistCreatePath();
Trait Implementations§
Source§impl Clone for PlaylistCreatePath
impl Clone for PlaylistCreatePath
Source§fn clone(&self) -> PlaylistCreatePath
fn clone(&self) -> PlaylistCreatePath
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 PlaylistCreatePath
impl Debug for PlaylistCreatePath
Auto Trait Implementations§
impl Freeze for PlaylistCreatePath
impl RefUnwindSafe for PlaylistCreatePath
impl Send for PlaylistCreatePath
impl Sync for PlaylistCreatePath
impl Unpin for PlaylistCreatePath
impl UnwindSafe for PlaylistCreatePath
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