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