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