pub struct DomainKeywordMatcher {
pub ac: AhoCorasick,
pub targets: Vec<String>,
}Fields§
§ac: AhoCorasick§targets: Vec<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DomainKeywordMatcher
impl RefUnwindSafe for DomainKeywordMatcher
impl Send for DomainKeywordMatcher
impl Sync for DomainKeywordMatcher
impl Unpin for DomainKeywordMatcher
impl UnwindSafe for DomainKeywordMatcher
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