pub struct TempProject { /* private fields */ }Expand description
A temporary project directory that auto-cleans on drop.
Holds an internal tempfile::TempDir. The temp directory is deleted
when this value is dropped.
Implementations§
Source§impl TempProject
impl TempProject
Auto Trait Implementations§
impl Freeze for TempProject
impl RefUnwindSafe for TempProject
impl Send for TempProject
impl Sync for TempProject
impl Unpin for TempProject
impl UnsafeUnpin for TempProject
impl UnwindSafe for TempProject
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