Struct aws_sdk_workmail::operation::delete_access_control_rule::builders::DeleteAccessControlRuleOutputBuilder
source · #[non_exhaustive]pub struct DeleteAccessControlRuleOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteAccessControlRuleOutput
.
Implementations§
source§impl DeleteAccessControlRuleOutputBuilder
impl DeleteAccessControlRuleOutputBuilder
sourcepub fn build(self) -> DeleteAccessControlRuleOutput
pub fn build(self) -> DeleteAccessControlRuleOutput
Consumes the builder and constructs a DeleteAccessControlRuleOutput
.
Trait Implementations§
source§impl Clone for DeleteAccessControlRuleOutputBuilder
impl Clone for DeleteAccessControlRuleOutputBuilder
source§fn clone(&self) -> DeleteAccessControlRuleOutputBuilder
fn clone(&self) -> DeleteAccessControlRuleOutputBuilder
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 DeleteAccessControlRuleOutputBuilder
impl Default for DeleteAccessControlRuleOutputBuilder
source§fn default() -> DeleteAccessControlRuleOutputBuilder
fn default() -> DeleteAccessControlRuleOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteAccessControlRuleOutputBuilder> for DeleteAccessControlRuleOutputBuilder
impl PartialEq<DeleteAccessControlRuleOutputBuilder> for DeleteAccessControlRuleOutputBuilder
source§fn eq(&self, other: &DeleteAccessControlRuleOutputBuilder) -> bool
fn eq(&self, other: &DeleteAccessControlRuleOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteAccessControlRuleOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteAccessControlRuleOutputBuilder
impl Send for DeleteAccessControlRuleOutputBuilder
impl Sync for DeleteAccessControlRuleOutputBuilder
impl Unpin for DeleteAccessControlRuleOutputBuilder
impl UnwindSafe for DeleteAccessControlRuleOutputBuilder
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