pub struct IpRadixTree {
pub root: IPNode,
pub acl_mode: bool,
}Fields§
§root: IPNode§acl_mode: boolImplementations§
Trait Implementations§
Source§impl Clone for IpRadixTree
impl Clone for IpRadixTree
Source§fn clone(&self) -> IpRadixTree
fn clone(&self) -> IpRadixTree
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for IpRadixTree
impl RefUnwindSafe for IpRadixTree
impl Send for IpRadixTree
impl Sync for IpRadixTree
impl Unpin for IpRadixTree
impl UnwindSafe for IpRadixTree
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