pub struct DefaultIndexer;Trait Implementations§
Source§impl Indexer for DefaultIndexer
impl Indexer for DefaultIndexer
Source§fn index(
&self,
workspace_root: &Path,
options: &IndexerOptions,
) -> Result<Vec<FileHash>, IndexerError>
fn index( &self, workspace_root: &Path, options: &IndexerOptions, ) -> Result<Vec<FileHash>, IndexerError>
Indexes the given workspace path and returns a list of file hashes.
Auto Trait Implementations§
impl Freeze for DefaultIndexer
impl RefUnwindSafe for DefaultIndexer
impl Send for DefaultIndexer
impl Sync for DefaultIndexer
impl Unpin for DefaultIndexer
impl UnsafeUnpin for DefaultIndexer
impl UnwindSafe for DefaultIndexer
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