Struct aws_sdk_codecatalyst::types::EmailAddress
source · #[non_exhaustive]pub struct EmailAddress { /* private fields */ }
Expand description
Information about an email address.
Implementations§
source§impl EmailAddress
impl EmailAddress
source§impl EmailAddress
impl EmailAddress
sourcepub fn builder() -> EmailAddressBuilder
pub fn builder() -> EmailAddressBuilder
Creates a new builder-style object to manufacture EmailAddress
.
Trait Implementations§
source§impl Clone for EmailAddress
impl Clone for EmailAddress
source§fn clone(&self) -> EmailAddress
fn clone(&self) -> EmailAddress
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 Debug for EmailAddress
impl Debug for EmailAddress
source§impl PartialEq<EmailAddress> for EmailAddress
impl PartialEq<EmailAddress> for EmailAddress
source§fn eq(&self, other: &EmailAddress) -> bool
fn eq(&self, other: &EmailAddress) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.