pub struct SkimMatcher {}
👎Deprecated since 0.3.5: Please use SkimMatcherV2 instead
Trait Implementations§
Source§impl Default for SkimMatcher
impl Default for SkimMatcher
Source§impl FuzzyMatcher for SkimMatcher
The V1 matcher is based on ForrestTheWoods’s post
https://www.forrestthewoods.com/blog/reverse_engineering_sublime_texts_fuzzy_match/
impl FuzzyMatcher for SkimMatcher
The V1 matcher is based on ForrestTheWoods’s post https://www.forrestthewoods.com/blog/reverse_engineering_sublime_texts_fuzzy_match/
V1 algorithm is deprecated, checkout FuzzyMatcherV2
Auto Trait Implementations§
impl Freeze for SkimMatcher
impl RefUnwindSafe for SkimMatcher
impl Send for SkimMatcher
impl Sync for SkimMatcher
impl Unpin for SkimMatcher
impl UnwindSafe for SkimMatcher
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