pub struct V7 {
pub header: Header,
pub flowsets: Vec<FlowSet>,
}Fields§
§header: HeaderV7 Header
flowsets: Vec<FlowSet>V7 Sets
Implementations§
Trait Implementations§
Source§impl From<&V7> for NetflowCommon
impl From<&V7> for NetflowCommon
Auto Trait Implementations§
impl Freeze for V7
impl RefUnwindSafe for V7
impl Send for V7
impl Sync for V7
impl Unpin for V7
impl UnwindSafe for V7
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