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