Struct ex_cli::system::FileSystem
source · pub struct FileSystem<'a> { /* private fields */ }
Implementations§
source§impl<'a> FileSystem<'a>
impl<'a> FileSystem<'a>
pub fn new(config: &'a Config) -> FileSystem<'_>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for FileSystem<'a>
impl<'a> RefUnwindSafe for FileSystem<'a>
impl<'a> Send for FileSystem<'a>
impl<'a> Sync for FileSystem<'a>
impl<'a> Unpin for FileSystem<'a>
impl<'a> UnwindSafe for FileSystem<'a>
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