pub struct MockFileSystem { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for MockFileSystem
impl Default for MockFileSystem
Source§fn default() -> MockFileSystem
fn default() -> MockFileSystem
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for MockFileSystem
impl !RefUnwindSafe for MockFileSystem
impl Send for MockFileSystem
impl !Sync for MockFileSystem
impl Unpin for MockFileSystem
impl !UnwindSafe for MockFileSystem
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