pub struct RealFileOps;Expand description
Production filesystem operations using std::fs.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RealFileOps
impl RefUnwindSafe for RealFileOps
impl Send for RealFileOps
impl Sync for RealFileOps
impl Unpin for RealFileOps
impl UnsafeUnpin for RealFileOps
impl UnwindSafe for RealFileOps
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