Struct aws_sdk_networkfirewall::model::RuleVariables
source · #[non_exhaustive]pub struct RuleVariables { /* private fields */ }
Expand description
Settings that are available for use in the rules in the RuleGroup
where this is defined.
Implementations§
source§impl RuleVariables
impl RuleVariables
source§impl RuleVariables
impl RuleVariables
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RuleVariables
.
Trait Implementations§
source§impl Clone for RuleVariables
impl Clone for RuleVariables
source§fn clone(&self) -> RuleVariables
fn clone(&self) -> RuleVariables
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 Debug for RuleVariables
impl Debug for RuleVariables
source§impl PartialEq<RuleVariables> for RuleVariables
impl PartialEq<RuleVariables> for RuleVariables
source§fn eq(&self, other: &RuleVariables) -> bool
fn eq(&self, other: &RuleVariables) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.