pub struct TestDir { /* private fields */ }
Expand description
Test directory creator
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestDir
impl RefUnwindSafe for TestDir
impl Send for TestDir
impl Sync for TestDir
impl Unpin for TestDir
impl UnwindSafe for TestDir
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