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