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