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