pub struct Fs { /* private fields */ }
Expand description
Source for reading files from filesystem.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Fs
impl !RefUnwindSafe for Fs
impl Send for Fs
impl !Sync for Fs
impl Unpin for Fs
impl UnwindSafe for Fs
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