pub struct RamFs { /* private fields */ }
Expand description
In-memory file storage
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RamFs
impl RefUnwindSafe for RamFs
impl !Send for RamFs
impl !Sync for RamFs
impl Unpin for RamFs
impl UnwindSafe for RamFs
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