pub struct IpPair;Available on crate feature
extractors only.Expand description
Extracts an IP-pair flow key (no ports). Useful for ICMP / ICMPv6 / fragmented flows where ports aren’t meaningful, or when you want to track host-level conversations regardless of L4 protocol.
Bidirectional: A↔B is one flow.
Trait Implementations§
Source§impl FlowExtractor for IpPair
impl FlowExtractor for IpPair
impl Copy for IpPair
Auto Trait Implementations§
impl Freeze for IpPair
impl RefUnwindSafe for IpPair
impl Send for IpPair
impl Sync for IpPair
impl Unpin for IpPair
impl UnsafeUnpin for IpPair
impl UnwindSafe for IpPair
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