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