pub struct TempFileGuard { /* private fields */ }Expand description
A guard that removes the file on drop
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TempFileGuard
impl RefUnwindSafe for TempFileGuard
impl Send for TempFileGuard
impl Sync for TempFileGuard
impl Unpin for TempFileGuard
impl UnwindSafe for TempFileGuard
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