pub struct Livefses(/* private fields */);Expand description
A utility to create and access live filesystems.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Livefses
impl RefUnwindSafe for Livefses
impl Send for Livefses
impl Sync for Livefses
impl Unpin for Livefses
impl UnwindSafe for Livefses
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