pub struct IpMatcher;
Expand description
A matcher for IP subnets.
It supports custom operators.
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