#[non_exhaustive]pub struct RuleGroupSourceStatefulRulesDetails { /* private fields */ }
Expand description
A Suricata rule specification.
Implementations§
source§impl RuleGroupSourceStatefulRulesDetails
impl RuleGroupSourceStatefulRulesDetails
sourcepub fn action(&self) -> Option<&str>
pub fn action(&self) -> Option<&str>
Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful rule criteria.
sourcepub fn header(&self) -> Option<&RuleGroupSourceStatefulRulesHeaderDetails>
pub fn header(&self) -> Option<&RuleGroupSourceStatefulRulesHeaderDetails>
The stateful inspection criteria for the rule.
sourcepub fn rule_options(
&self
) -> Option<&[RuleGroupSourceStatefulRulesOptionsDetails]>
pub fn rule_options(
&self
) -> Option<&[RuleGroupSourceStatefulRulesOptionsDetails]>
Additional options for the rule.
source§impl RuleGroupSourceStatefulRulesDetails
impl RuleGroupSourceStatefulRulesDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RuleGroupSourceStatefulRulesDetails
.
Trait Implementations§
source§impl Clone for RuleGroupSourceStatefulRulesDetails
impl Clone for RuleGroupSourceStatefulRulesDetails
source§fn clone(&self) -> RuleGroupSourceStatefulRulesDetails
fn clone(&self) -> RuleGroupSourceStatefulRulesDetails
Returns a copy 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 PartialEq<RuleGroupSourceStatefulRulesDetails> for RuleGroupSourceStatefulRulesDetails
impl PartialEq<RuleGroupSourceStatefulRulesDetails> for RuleGroupSourceStatefulRulesDetails
source§fn eq(&self, other: &RuleGroupSourceStatefulRulesDetails) -> bool
fn eq(&self, other: &RuleGroupSourceStatefulRulesDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.