pub struct AnalysisConfig {
pub http_enabled: bool,
pub tcp_enabled: bool,
pub tls_enabled: bool,
}
👎Deprecated since 1.3.1: This crate has been renamed to ‘huginn-net’. Please use ‘huginn-net’ instead. See https://crates.io/crates/huginn-net for migration details.
Expand description
Configuration for protocol analysis
Fields§
§http_enabled: bool
👎Deprecated since 1.3.1: This crate has been renamed to ‘huginn-net’. Please use ‘huginn-net’ instead. See https://crates.io/crates/huginn-net for migration details.
§tcp_enabled: bool
👎Deprecated since 1.3.1: This crate has been renamed to ‘huginn-net’. Please use ‘huginn-net’ instead. See https://crates.io/crates/huginn-net for migration details.
§tls_enabled: bool
👎Deprecated since 1.3.1: This crate has been renamed to ‘huginn-net’. Please use ‘huginn-net’ instead. See https://crates.io/crates/huginn-net for migration details.
Trait Implementations§
Source§impl Clone for AnalysisConfig
impl Clone for AnalysisConfig
Source§fn clone(&self) -> AnalysisConfig
fn clone(&self) -> AnalysisConfig
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 AnalysisConfig
impl Debug for AnalysisConfig
Auto Trait Implementations§
impl Freeze for AnalysisConfig
impl RefUnwindSafe for AnalysisConfig
impl Send for AnalysisConfig
impl Sync for AnalysisConfig
impl Unpin for AnalysisConfig
impl UnwindSafe for AnalysisConfig
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