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
sourceimpl RuleOption
impl RuleOption
sourceimpl RuleOption
impl RuleOption
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RuleOption
.
Trait Implementations
sourceimpl Clone for RuleOption
impl Clone for RuleOption
sourcefn clone(&self) -> RuleOption
fn clone(&self) -> RuleOption
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RuleOption
impl Debug for RuleOption
sourceimpl PartialEq<RuleOption> for RuleOption
impl PartialEq<RuleOption> for RuleOption
sourcefn eq(&self, other: &RuleOption) -> bool
fn eq(&self, other: &RuleOption) -> bool
impl StructuralPartialEq for RuleOption
Auto Trait Implementations
impl RefUnwindSafe for RuleOption
impl Send for RuleOption
impl Sync for RuleOption
impl Unpin for RuleOption
impl UnwindSafe for RuleOption
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more