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
sourceimpl RuleVariables
impl RuleVariables
sourceimpl RuleVariables
impl RuleVariables
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RuleVariables
.
Trait Implementations
sourceimpl Clone for RuleVariables
impl Clone for RuleVariables
sourcefn clone(&self) -> RuleVariables
fn clone(&self) -> RuleVariables
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 RuleVariables
impl Debug for RuleVariables
sourceimpl PartialEq<RuleVariables> for RuleVariables
impl PartialEq<RuleVariables> for RuleVariables
sourcefn eq(&self, other: &RuleVariables) -> bool
fn eq(&self, other: &RuleVariables) -> bool
impl StructuralPartialEq for RuleVariables
Auto Trait Implementations
impl RefUnwindSafe for RuleVariables
impl Send for RuleVariables
impl Sync for RuleVariables
impl Unpin for RuleVariables
impl UnwindSafe for RuleVariables
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