pub struct WorkTree { /* private fields */ }Expand description
§Work Tree
Currently, this struct only provides a path.
Implementations§
Trait Implementations§
impl Eq for WorkTree
impl StructuralPartialEq for WorkTree
Auto Trait Implementations§
impl Freeze for WorkTree
impl RefUnwindSafe for WorkTree
impl Send for WorkTree
impl Sync for WorkTree
impl Unpin for WorkTree
impl UnwindSafe for WorkTree
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