Struct aws_sdk_amp::operation::delete_rule_groups_namespace::builders::DeleteRuleGroupsNamespaceOutputBuilder
source · #[non_exhaustive]pub struct DeleteRuleGroupsNamespaceOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteRuleGroupsNamespaceOutput
.
Implementations§
source§impl DeleteRuleGroupsNamespaceOutputBuilder
impl DeleteRuleGroupsNamespaceOutputBuilder
sourcepub fn build(self) -> DeleteRuleGroupsNamespaceOutput
pub fn build(self) -> DeleteRuleGroupsNamespaceOutput
Consumes the builder and constructs a DeleteRuleGroupsNamespaceOutput
.
Trait Implementations§
source§impl Clone for DeleteRuleGroupsNamespaceOutputBuilder
impl Clone for DeleteRuleGroupsNamespaceOutputBuilder
source§fn clone(&self) -> DeleteRuleGroupsNamespaceOutputBuilder
fn clone(&self) -> DeleteRuleGroupsNamespaceOutputBuilder
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 Default for DeleteRuleGroupsNamespaceOutputBuilder
impl Default for DeleteRuleGroupsNamespaceOutputBuilder
source§fn default() -> DeleteRuleGroupsNamespaceOutputBuilder
fn default() -> DeleteRuleGroupsNamespaceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteRuleGroupsNamespaceOutputBuilder> for DeleteRuleGroupsNamespaceOutputBuilder
impl PartialEq<DeleteRuleGroupsNamespaceOutputBuilder> for DeleteRuleGroupsNamespaceOutputBuilder
source§fn eq(&self, other: &DeleteRuleGroupsNamespaceOutputBuilder) -> bool
fn eq(&self, other: &DeleteRuleGroupsNamespaceOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteRuleGroupsNamespaceOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteRuleGroupsNamespaceOutputBuilder
impl Send for DeleteRuleGroupsNamespaceOutputBuilder
impl Sync for DeleteRuleGroupsNamespaceOutputBuilder
impl Unpin for DeleteRuleGroupsNamespaceOutputBuilder
impl UnwindSafe for DeleteRuleGroupsNamespaceOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more