pub struct Layer7Infos {
pub layer_7_protocol: String,
pub layer_7_protocol_infos: Option<Layer7Info>,
}Expand description
Layer7Infos contains information about the layer 7 protocol and its parsed data.
Fields§
§layer_7_protocol: String§layer_7_protocol_infos: Option<Layer7Info>Trait Implementations§
Source§impl Debug for Layer7Infos
impl Debug for Layer7Infos
Auto Trait Implementations§
impl Freeze for Layer7Infos
impl RefUnwindSafe for Layer7Infos
impl Send for Layer7Infos
impl Sync for Layer7Infos
impl Unpin for Layer7Infos
impl UnsafeUnpin for Layer7Infos
impl UnwindSafe for Layer7Infos
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