pub struct IpTrie<N>where
N: IpNet,{ /* private fields */ }Implementations§
Source§impl<N> IpTrie<N>where
N: IpNet,
impl<N> IpTrie<N>where
N: IpNet,
pub fn into_boxed_node(self) -> Option<Box<IpTrieNode>>
Trait Implementations§
impl<N> Eq for IpTrie<N>
impl<N> StructuralPartialEq for IpTrie<N>where
N: IpNet,
Auto Trait Implementations§
impl<N> Freeze for IpTrie<N>
impl<N> RefUnwindSafe for IpTrie<N>where
N: RefUnwindSafe,
impl<N> Send for IpTrie<N>where
N: Send,
impl<N> Sync for IpTrie<N>where
N: Sync,
impl<N> Unpin for IpTrie<N>where
N: Unpin,
impl<N> UnwindSafe for IpTrie<N>where
N: UnwindSafe,
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