pub struct FakeFileSystem(/* private fields */);
Expand description
FileSystem with given set of filename and content mapping. It won’t cause any actual file read.
Trait Implementations§
Source§impl FileSystem for FakeFileSystem
impl FileSystem for FakeFileSystem
Auto Trait Implementations§
impl Freeze for FakeFileSystem
impl RefUnwindSafe for FakeFileSystem
impl Send for FakeFileSystem
impl Sync for FakeFileSystem
impl Unpin for FakeFileSystem
impl UnwindSafe for FakeFileSystem
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