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