pub struct PropertyFuzzyMatcher { /* private fields */ }Expand description
Enhanced fuzzy matcher with property-specific tolerances
Implementations§
Source§impl PropertyFuzzyMatcher
impl PropertyFuzzyMatcher
pub fn new(tolerances: PropertyTolerances) -> Self
Auto Trait Implementations§
impl Freeze for PropertyFuzzyMatcher
impl RefUnwindSafe for PropertyFuzzyMatcher
impl Send for PropertyFuzzyMatcher
impl Sync for PropertyFuzzyMatcher
impl Unpin for PropertyFuzzyMatcher
impl UnsafeUnpin for PropertyFuzzyMatcher
impl UnwindSafe for PropertyFuzzyMatcher
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