pub struct TempDirGuard { /* private fields */ }Expand description
RAII guard for short-lived runtime temporary directories.
Directories left behind after process termination should still be handled by startup runtime-temp cleanup.
Implementations§
Trait Implementations§
Source§impl Drop for TempDirGuard
impl Drop for TempDirGuard
Auto Trait Implementations§
impl Freeze for TempDirGuard
impl RefUnwindSafe for TempDirGuard
impl Send for TempDirGuard
impl Sync for TempDirGuard
impl Unpin for TempDirGuard
impl UnsafeUnpin 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