pub struct SimpleMatcher { /* private fields */ }Implementations§
Source§impl SimpleMatcher
impl SimpleMatcher
pub fn ignore_case(self) -> Self
pub fn smart_case(self) -> Self
pub fn respect_case(self) -> Self
Trait Implementations§
Source§impl Default for SimpleMatcher
impl Default for SimpleMatcher
Source§impl FuzzyMatcher for SimpleMatcher
impl FuzzyMatcher for SimpleMatcher
Auto Trait Implementations§
impl Freeze for SimpleMatcher
impl RefUnwindSafe for SimpleMatcher
impl Send for SimpleMatcher
impl Sync for SimpleMatcher
impl Unpin for SimpleMatcher
impl UnwindSafe for SimpleMatcher
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