pub struct IpTrie2(/* private fields */);Expand description
Trie struct for Ipv4Net using radix_trie::Trie, which is a bit slower than prefix_trie::PrifixMap
Auto Trait Implementations§
impl Freeze for IpTrie2
impl RefUnwindSafe for IpTrie2
impl Send for IpTrie2
impl Sync for IpTrie2
impl Unpin for IpTrie2
impl UnwindSafe for IpTrie2
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