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