pub struct TestFileSystem { /* private fields */ }Expand description
A test file system that manages temporary files and directories
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestFileSystem
impl RefUnwindSafe for TestFileSystem
impl Send for TestFileSystem
impl Sync for TestFileSystem
impl Unpin for TestFileSystem
impl UnsafeUnpin for TestFileSystem
impl UnwindSafe for TestFileSystem
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