Struct fluent_testing::MockFileSystem
source · pub struct MockFileSystem { /* private fields */ }Implementations
sourceimpl MockFileSystem
impl MockFileSystem
Trait Implementations
sourceimpl Default for MockFileSystem
impl Default for MockFileSystem
sourcefn default() -> MockFileSystem
fn default() -> MockFileSystem
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for MockFileSystem
impl Send for MockFileSystem
impl !Sync for MockFileSystem
impl Unpin for MockFileSystem
impl !UnwindSafe for MockFileSystem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more