pub struct FileScanner { /* private fields */ }Expand description
File scanner for discovering and reading files
Implementations§
Source§impl FileScanner
impl FileScanner
Sourcepub fn new(config: ContentConfig) -> Result<Self>
pub fn new(config: ContentConfig) -> Result<Self>
Create a new file scanner
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileScanner
impl RefUnwindSafe for FileScanner
impl Send for FileScanner
impl Sync for FileScanner
impl Unpin for FileScanner
impl UnsafeUnpin for FileScanner
impl UnwindSafe for FileScanner
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