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