pub struct FuzzyConfig {
pub engine: FuzzyEngine,
pub case_mode: CaseMode,
}Fields§
§engine: FuzzyEngine§case_mode: CaseModeTrait Implementations§
Source§impl Clone for FuzzyConfig
impl Clone for FuzzyConfig
Source§fn clone(&self) -> FuzzyConfig
fn clone(&self) -> FuzzyConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FuzzyConfig
impl Debug for FuzzyConfig
Source§impl PartialEq for FuzzyConfig
impl PartialEq for FuzzyConfig
impl Eq for FuzzyConfig
impl StructuralPartialEq for FuzzyConfig
Auto Trait Implementations§
impl Freeze for FuzzyConfig
impl RefUnwindSafe for FuzzyConfig
impl Send for FuzzyConfig
impl Sync for FuzzyConfig
impl Unpin for FuzzyConfig
impl UnsafeUnpin for FuzzyConfig
impl UnwindSafe for FuzzyConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.