pub struct FlowLogEvent {
pub t: u64,
pub conn: ConnId,
pub seq: u32,
pub kind: FlowLogKind,
pub node: Option<NodeId>,
pub error: Option<Arc<SerializedError>>,
pub data: Option<Value>,
}Fields§
§t: u64§conn: ConnId§seq: u32§kind: FlowLogKind§node: Option<NodeId>§error: Option<Arc<SerializedError>>§data: Option<Value>Trait Implementations§
Source§impl Clone for FlowLogEvent
impl Clone for FlowLogEvent
Source§fn clone(&self) -> FlowLogEvent
fn clone(&self) -> FlowLogEvent
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 FlowLogEvent
impl Debug for FlowLogEvent
Source§impl<'de> Deserialize<'de> for FlowLogEvent
impl<'de> Deserialize<'de> for FlowLogEvent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FlowLogEvent
impl RefUnwindSafe for FlowLogEvent
impl Send for FlowLogEvent
impl Sync for FlowLogEvent
impl Unpin for FlowLogEvent
impl UnsafeUnpin for FlowLogEvent
impl UnwindSafe for FlowLogEvent
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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