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