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