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