pub enum FlowLogKind {
Check,
Middleware,
Fetch,
Terminate,
Error,
SecurityLimit,
Upgrade,
Trajectory,
}Variants§
Check
Middleware
Fetch
Terminate
Error
SecurityLimit
Upgrade
Trajectory
Per-request summary event. The data field carries a serialized
FlowTrajectory. Always emitted exactly once per request,
regardless of verbosity.
Trait Implementations§
Source§impl Clone for FlowLogKind
impl Clone for FlowLogKind
Source§fn clone(&self) -> FlowLogKind
fn clone(&self) -> FlowLogKind
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 FlowLogKind
impl Debug for FlowLogKind
Source§impl<'de> Deserialize<'de> for FlowLogKind
impl<'de> Deserialize<'de> for FlowLogKind
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
Source§impl PartialEq for FlowLogKind
impl PartialEq for FlowLogKind
Source§impl Serialize for FlowLogKind
impl Serialize for FlowLogKind
impl Copy for FlowLogKind
impl Eq for FlowLogKind
impl StructuralPartialEq for FlowLogKind
Auto Trait Implementations§
impl Freeze for FlowLogKind
impl RefUnwindSafe for FlowLogKind
impl Send for FlowLogKind
impl Sync for FlowLogKind
impl Unpin for FlowLogKind
impl UnsafeUnpin for FlowLogKind
impl UnwindSafe for FlowLogKind
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