Struct ProductionFileSystem
pub struct ProductionFileSystem;Expand description
Default implementation of FileSystem trait that performs actual file system operations
Trait Implementations§
§impl FileSystem for ProductionFileSystem
impl FileSystem for ProductionFileSystem
§fn create_directory(&self, path: &str) -> bool
fn create_directory(&self, path: &str) -> bool
Create a directory
§fn create_log_file(&self, filename: &str) -> bool
fn create_log_file(&self, filename: &str) -> bool
Create a log file
Auto Trait Implementations§
impl Freeze for ProductionFileSystem
impl RefUnwindSafe for ProductionFileSystem
impl Send for ProductionFileSystem
impl Sync for ProductionFileSystem
impl Unpin for ProductionFileSystem
impl UnwindSafe for ProductionFileSystem
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