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