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