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