pub struct OllamaStoreScanner { /* private fields */ }Expand description
A scanner over one Ollama models root.
Implementations§
Trait Implementations§
Source§impl StoreScanner for OllamaStoreScanner
impl StoreScanner for OllamaStoreScanner
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 OllamaStoreScanner
impl RefUnwindSafe for OllamaStoreScanner
impl Send for OllamaStoreScanner
impl Sync for OllamaStoreScanner
impl Unpin for OllamaStoreScanner
impl UnsafeUnpin for OllamaStoreScanner
impl UnwindSafe for OllamaStoreScanner
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