pub struct LooseFileScanner { /* private fields */ }Expand description
A scanner over loose model directories.
Implementations§
Trait Implementations§
Source§impl StoreScanner for LooseFileScanner
impl StoreScanner for LooseFileScanner
Source§fn kinds(&self) -> Vec<SourceKind>
fn kinds(&self) -> Vec<SourceKind>
The source kinds this scanner produces (used to mark wholesale failures).
Source§fn scan(&self) -> ScanResult
fn scan(&self) -> ScanResult
Scan the store, returning everything found plus any issues.
Auto Trait Implementations§
impl Freeze for LooseFileScanner
impl RefUnwindSafe for LooseFileScanner
impl Send for LooseFileScanner
impl Sync for LooseFileScanner
impl Unpin for LooseFileScanner
impl UnsafeUnpin for LooseFileScanner
impl UnwindSafe for LooseFileScanner
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