#[non_exhaustive]pub struct UpdatePrimaryEmailAddressOutput {}
Implementations§
source§impl UpdatePrimaryEmailAddressOutput
impl UpdatePrimaryEmailAddressOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdatePrimaryEmailAddressOutput
.
Trait Implementations§
source§impl Clone for UpdatePrimaryEmailAddressOutput
impl Clone for UpdatePrimaryEmailAddressOutput
source§fn clone(&self) -> UpdatePrimaryEmailAddressOutput
fn clone(&self) -> UpdatePrimaryEmailAddressOutput
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 PartialEq<UpdatePrimaryEmailAddressOutput> for UpdatePrimaryEmailAddressOutput
impl PartialEq<UpdatePrimaryEmailAddressOutput> for UpdatePrimaryEmailAddressOutput
source§fn eq(&self, other: &UpdatePrimaryEmailAddressOutput) -> bool
fn eq(&self, other: &UpdatePrimaryEmailAddressOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.