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