pub struct LMStudioScanner { /* private fields */ }Expand description
A scanner over one or more LM Studio model roots.
Implementations§
Trait Implementations§
Source§impl StoreScanner for LMStudioScanner
impl StoreScanner for LMStudioScanner
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 LMStudioScanner
impl RefUnwindSafe for LMStudioScanner
impl Send for LMStudioScanner
impl Sync for LMStudioScanner
impl Unpin for LMStudioScanner
impl UnsafeUnpin for LMStudioScanner
impl UnwindSafe for LMStudioScanner
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