pub struct StdFileSystem;Expand description
Default filesystem implementation using std::fs.
Trait Implementations§
Source§impl Clone for StdFileSystem
impl Clone for StdFileSystem
Source§fn clone(&self) -> StdFileSystem
fn clone(&self) -> StdFileSystem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StdFileSystem
impl Debug for StdFileSystem
Source§impl Default for StdFileSystem
impl Default for StdFileSystem
Source§fn default() -> StdFileSystem
fn default() -> StdFileSystem
Returns the “default value” for a type. Read more
Source§impl FileSystem for StdFileSystem
impl FileSystem for StdFileSystem
impl Copy for StdFileSystem
Auto Trait Implementations§
impl Freeze for StdFileSystem
impl RefUnwindSafe for StdFileSystem
impl Send for StdFileSystem
impl Sync for StdFileSystem
impl Unpin for StdFileSystem
impl UnsafeUnpin for StdFileSystem
impl UnwindSafe for StdFileSystem
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