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