pub struct TempDirGuard(pub PathBuf);
Tuple Fields§
§0: PathBuf
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TempDirGuard
impl RefUnwindSafe for TempDirGuard
impl Send for TempDirGuard
impl Sync for TempDirGuard
impl Unpin for TempDirGuard
impl UnwindSafe for TempDirGuard
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