#[non_exhaustive]pub struct DeleteRuleGroupOutput { /* private fields */ }
Implementations
sourceimpl DeleteRuleGroupOutput
impl DeleteRuleGroupOutput
sourcepub fn rule_group_response(&self) -> Option<&RuleGroupResponse>
pub fn rule_group_response(&self) -> Option<&RuleGroupResponse>
The high-level properties of a rule group. This, along with the RuleGroup
, define the rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup
.
sourceimpl DeleteRuleGroupOutput
impl DeleteRuleGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteRuleGroupOutput
.
Trait Implementations
sourceimpl Clone for DeleteRuleGroupOutput
impl Clone for DeleteRuleGroupOutput
sourcefn clone(&self) -> DeleteRuleGroupOutput
fn clone(&self) -> DeleteRuleGroupOutput
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 DeleteRuleGroupOutput
impl Debug for DeleteRuleGroupOutput
sourceimpl PartialEq<DeleteRuleGroupOutput> for DeleteRuleGroupOutput
impl PartialEq<DeleteRuleGroupOutput> for DeleteRuleGroupOutput
sourcefn eq(&self, other: &DeleteRuleGroupOutput) -> bool
fn eq(&self, other: &DeleteRuleGroupOutput) -> bool
impl StructuralPartialEq for DeleteRuleGroupOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteRuleGroupOutput
impl Send for DeleteRuleGroupOutput
impl Sync for DeleteRuleGroupOutput
impl Unpin for DeleteRuleGroupOutput
impl UnwindSafe for DeleteRuleGroupOutput
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