pub struct MiniFs { /* private fields */ }
Expand description
Virtual filesystem.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MiniFs
impl !RefUnwindSafe for MiniFs
impl !Send for MiniFs
impl !Sync for MiniFs
impl Unpin for MiniFs
impl !UnwindSafe for MiniFs
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