pub struct FlowRecord {
pub flow_format: DataFormat,
pub flow_data: FlowData,
}Expand description
Flow record containing flow data
Fields§
§flow_format: DataFormat§flow_data: FlowDataTrait Implementations§
Source§impl Clone for FlowRecord
impl Clone for FlowRecord
Source§fn clone(&self) -> FlowRecord
fn clone(&self) -> FlowRecord
Returns a duplicate 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 FlowRecord
impl Debug for FlowRecord
Source§impl PartialEq for FlowRecord
impl PartialEq for FlowRecord
impl Eq for FlowRecord
impl StructuralPartialEq for FlowRecord
Auto Trait Implementations§
impl Freeze for FlowRecord
impl RefUnwindSafe for FlowRecord
impl Send for FlowRecord
impl Sync for FlowRecord
impl Unpin for FlowRecord
impl UnwindSafe for FlowRecord
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