pub struct MemFs(pub HashMap<String, String>);Tuple Fields§
§0: HashMap<String, String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemFs
impl RefUnwindSafe for MemFs
impl Send for MemFs
impl Sync for MemFs
impl Unpin for MemFs
impl UnsafeUnpin for MemFs
impl UnwindSafe for MemFs
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