pub struct WorkingDirectory { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WorkingDirectory
impl RefUnwindSafe for WorkingDirectory
impl Send for WorkingDirectory
impl Sync for WorkingDirectory
impl Unpin for WorkingDirectory
impl UnwindSafe for WorkingDirectory
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