pub struct ProdFileSystem;
Expand description
FileSystem to regularly reads the files recursively in the local files.
Trait Implementations§
Source§impl FileSystem for ProdFileSystem
impl FileSystem for ProdFileSystem
Auto Trait Implementations§
impl Freeze for ProdFileSystem
impl RefUnwindSafe for ProdFileSystem
impl Send for ProdFileSystem
impl Sync for ProdFileSystem
impl Unpin for ProdFileSystem
impl UnwindSafe for ProdFileSystem
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