pub struct KeywordMatch { /* private fields */ }Implementations§
Trait Implementations§
Source§impl MatchQuote for KeywordMatch
impl MatchQuote for KeywordMatch
fn match_quote(&self, line: &str) -> bool
Auto Trait Implementations§
impl Freeze for KeywordMatch
impl RefUnwindSafe for KeywordMatch
impl Send for KeywordMatch
impl Sync for KeywordMatch
impl Unpin for KeywordMatch
impl UnwindSafe for KeywordMatch
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