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