pub struct RealFilesystem {}
Expand description
Real filesystem implementation.
Implementations§
Source§impl RealFilesystem
impl RealFilesystem
pub fn new() -> RealFilesystem
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RealFilesystem
impl RefUnwindSafe for RealFilesystem
impl Send for RealFilesystem
impl Sync for RealFilesystem
impl Unpin for RealFilesystem
impl UnwindSafe for RealFilesystem
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