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