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