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