#[non_exhaustive]pub struct RuleGroupSourceStatefulRulesOptionsDetails { /* private fields */ }Expand description
A rule option for a stateful rule.
Implementations
sourceimpl RuleGroupSourceStatefulRulesOptionsDetails
impl RuleGroupSourceStatefulRulesOptionsDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RuleGroupSourceStatefulRulesOptionsDetails.
Trait Implementations
sourceimpl Clone for RuleGroupSourceStatefulRulesOptionsDetails
impl Clone for RuleGroupSourceStatefulRulesOptionsDetails
sourcefn clone(&self) -> RuleGroupSourceStatefulRulesOptionsDetails
fn clone(&self) -> RuleGroupSourceStatefulRulesOptionsDetails
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 PartialEq<RuleGroupSourceStatefulRulesOptionsDetails> for RuleGroupSourceStatefulRulesOptionsDetails
impl PartialEq<RuleGroupSourceStatefulRulesOptionsDetails> for RuleGroupSourceStatefulRulesOptionsDetails
sourcefn eq(&self, other: &RuleGroupSourceStatefulRulesOptionsDetails) -> bool
fn eq(&self, other: &RuleGroupSourceStatefulRulesOptionsDetails) -> bool
impl StructuralPartialEq for RuleGroupSourceStatefulRulesOptionsDetails
Auto Trait Implementations
impl RefUnwindSafe for RuleGroupSourceStatefulRulesOptionsDetails
impl Send for RuleGroupSourceStatefulRulesOptionsDetails
impl Sync for RuleGroupSourceStatefulRulesOptionsDetails
impl Unpin for RuleGroupSourceStatefulRulesOptionsDetails
impl UnwindSafe for RuleGroupSourceStatefulRulesOptionsDetails
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