#[non_exhaustive]pub struct RuleGroupSourceStatelessRuleMatchAttributesSources { /* private fields */ }Expand description
A source IP addresses and address range to inspect for.
Implementations§
source§impl RuleGroupSourceStatelessRuleMatchAttributesSources
impl RuleGroupSourceStatelessRuleMatchAttributesSources
sourcepub fn address_definition(&self) -> Option<&str>
pub fn address_definition(&self) -> Option<&str>
An IP address or a block of IP addresses.
source§impl RuleGroupSourceStatelessRuleMatchAttributesSources
impl RuleGroupSourceStatelessRuleMatchAttributesSources
sourcepub fn builder() -> RuleGroupSourceStatelessRuleMatchAttributesSourcesBuilder
pub fn builder() -> RuleGroupSourceStatelessRuleMatchAttributesSourcesBuilder
Creates a new builder-style object to manufacture RuleGroupSourceStatelessRuleMatchAttributesSources.
Trait Implementations§
source§impl Clone for RuleGroupSourceStatelessRuleMatchAttributesSources
impl Clone for RuleGroupSourceStatelessRuleMatchAttributesSources
source§fn clone(&self) -> RuleGroupSourceStatelessRuleMatchAttributesSources
fn clone(&self) -> RuleGroupSourceStatelessRuleMatchAttributesSources
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<RuleGroupSourceStatelessRuleMatchAttributesSources> for RuleGroupSourceStatelessRuleMatchAttributesSources
impl PartialEq<RuleGroupSourceStatelessRuleMatchAttributesSources> for RuleGroupSourceStatelessRuleMatchAttributesSources
source§fn eq(&self, other: &RuleGroupSourceStatelessRuleMatchAttributesSources) -> bool
fn eq(&self, other: &RuleGroupSourceStatelessRuleMatchAttributesSources) -> bool
This method tests for
self and other values to be equal, and is used
by ==.