pub struct ExactMatch;Implementations§
Source§impl ExactMatch
impl ExactMatch
Trait Implementations§
Source§impl Default for ExactMatch
impl Default for ExactMatch
Source§impl SimilarityMeasure for ExactMatch
impl SimilarityMeasure for ExactMatch
fn minimum_feature_size(&self, query_size: i64, _alpha: f64) -> i64
fn maximum_feature_size<TMeasure: SimilarityMeasure>( &self, _db: &impl SimStringDB<TMeasure>, query_size: i64, _alpha: f64, ) -> i64
fn similarity_score(&self, x: &[(String, i32)], y: &[(String, i32)]) -> f64
fn minimum_overlap( &self, query_size: i64, _candidate_size: i64, _alphaa: f64, ) -> i64
Auto Trait Implementations§
impl Freeze for ExactMatch
impl RefUnwindSafe for ExactMatch
impl Send for ExactMatch
impl Sync for ExactMatch
impl Unpin for ExactMatch
impl UnwindSafe for ExactMatch
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