Struct aws_sdk_networkfirewall::model::RuleOption
source · #[non_exhaustive]pub struct RuleOption { /* private fields */ }
Expand description
Additional settings for a stateful rule. This is part of the StatefulRule
configuration.
Implementations§
source§impl RuleOption
impl RuleOption
source§impl RuleOption
impl RuleOption
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RuleOption
.
Trait Implementations§
source§impl Clone for RuleOption
impl Clone for RuleOption
source§fn clone(&self) -> RuleOption
fn clone(&self) -> RuleOption
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 RuleOption
impl Debug for RuleOption
source§impl PartialEq<RuleOption> for RuleOption
impl PartialEq<RuleOption> for RuleOption
source§fn eq(&self, other: &RuleOption) -> bool
fn eq(&self, other: &RuleOption) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.