pub struct MemoryFileSystem { /* private fields */ }Expand description
A file system held in memory, for tests and for embedding the compiler.
Implementations§
Trait Implementations§
Source§impl Debug for MemoryFileSystem
impl Debug for MemoryFileSystem
Source§impl Default for MemoryFileSystem
impl Default for MemoryFileSystem
Source§fn default() -> MemoryFileSystem
fn default() -> MemoryFileSystem
Returns the “default value” for a type. Read more
Source§impl FileSystem for MemoryFileSystem
impl FileSystem for MemoryFileSystem
Auto Trait Implementations§
impl !RefUnwindSafe for MemoryFileSystem
impl !UnwindSafe for MemoryFileSystem
impl Freeze for MemoryFileSystem
impl Send for MemoryFileSystem
impl Sync for MemoryFileSystem
impl Unpin for MemoryFileSystem
impl UnsafeUnpin for MemoryFileSystem
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