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