Enum netflow_parser::NetflowPacket
source · pub enum NetflowPacket {
V5(V5),
V7(V7),
V9(V9),
IPFix(IPFix),
}Expand description
Enum of supported Netflow Versions
Variants§
Implementations§
Trait Implementations§
source§impl Clone for NetflowPacket
impl Clone for NetflowPacket
source§fn clone(&self) -> NetflowPacket
fn clone(&self) -> NetflowPacket
Returns a copy 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 moresource§impl Debug for NetflowPacket
impl Debug for NetflowPacket
Auto Trait Implementations§
impl RefUnwindSafe for NetflowPacket
impl Send for NetflowPacket
impl Sync for NetflowPacket
impl Unpin for NetflowPacket
impl UnwindSafe for NetflowPacket
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