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