pub struct CurrentDir(/* private fields */);
Expand description
A helper datastructure for ensuring that we switch back to the current folder before the end of the current scope.
Trait Implementations§
Source§impl Debug for CurrentDir
impl Debug for CurrentDir
Auto Trait Implementations§
impl Freeze for CurrentDir
impl RefUnwindSafe for CurrentDir
impl Send for CurrentDir
impl Sync for CurrentDir
impl Unpin for CurrentDir
impl UnwindSafe for CurrentDir
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