Struct skim::prelude::ExactOrFuzzyEngineFactory
source · pub struct ExactOrFuzzyEngineFactory { /* private fields */ }Implementations§
source§impl ExactOrFuzzyEngineFactory
impl ExactOrFuzzyEngineFactory
pub fn builder() -> Self
pub fn exact_mode(self, exact_mode: bool) -> Self
pub fn fuzzy_algorithm(self, fuzzy_algorithm: FuzzyAlgorithm) -> Self
pub fn rank_builder(self, rank_builder: Arc<RankBuilder>) -> Self
pub fn build(self) -> Self
Trait Implementations§
source§impl MatchEngineFactory for ExactOrFuzzyEngineFactory
impl MatchEngineFactory for ExactOrFuzzyEngineFactory
fn create_engine_with_case( &self, query: &str, case: CaseMatching ) -> Box<dyn MatchEngine>
fn create_engine(&self, query: &str) -> Box<dyn MatchEngine>
Auto Trait Implementations§
impl RefUnwindSafe for ExactOrFuzzyEngineFactory
impl Send for ExactOrFuzzyEngineFactory
impl Sync for ExactOrFuzzyEngineFactory
impl Unpin for ExactOrFuzzyEngineFactory
impl UnwindSafe for ExactOrFuzzyEngineFactory
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