pub struct IpRules { /* private fields */ }Expand description
IpRules stores IP addresses and networks for access control
- ip_net_list: List of IP network ranges (CIDR notation)
- ip_list: List of individual IP addresses as strings
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IpRules
impl RefUnwindSafe for IpRules
impl Send for IpRules
impl Sync for IpRules
impl Unpin for IpRules
impl UnwindSafe for IpRules
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