pub struct WorkTree { /* private fields */ }Expand description
Work Tree
Currently, this struct only provides a path.
Implementations
Trait Implementations
impl Eq for WorkTree
impl StructuralEq for WorkTree
impl StructuralPartialEq for WorkTree
Auto Trait Implementations
impl RefUnwindSafe for WorkTree
impl Send for WorkTree
impl Sync for WorkTree
impl Unpin for WorkTree
impl UnwindSafe for WorkTree
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more