pub struct VoidFileSystem {}
Expand description
A file system that does nothing and fails every operation.
Implementations§
Trait Implementations§
Source§impl Debug for VoidFileSystem
impl Debug for VoidFileSystem
Source§impl Default for VoidFileSystem
impl Default for VoidFileSystem
Source§impl FileSystem for VoidFileSystem
impl FileSystem for VoidFileSystem
Auto Trait Implementations§
impl Freeze for VoidFileSystem
impl RefUnwindSafe for VoidFileSystem
impl Send for VoidFileSystem
impl Sync for VoidFileSystem
impl Unpin for VoidFileSystem
impl UnwindSafe for VoidFileSystem
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