pub struct MockFileSystemClean;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MockFileSystemClean
impl RefUnwindSafe for MockFileSystemClean
impl Send for MockFileSystemClean
impl Sync for MockFileSystemClean
impl Unpin for MockFileSystemClean
impl UnwindSafe for MockFileSystemClean
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