pub struct TempPath { /* private fields */ }Expand description
A path to a temporary file that will be deleted (if the file was created) when the path is eventually dropped.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TempPath
impl RefUnwindSafe for TempPath
impl Send for TempPath
impl Sync for TempPath
impl Unpin for TempPath
impl UnwindSafe for TempPath
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