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