#[non_exhaustive]pub struct FromEmailAddressNotVerifiedException { /* private fields */ }
Expand description
Indicates that the sender address specified for a custom verification email is not verified, and is therefore not eligible to send the custom verification email.
Implementations§
source§impl FromEmailAddressNotVerifiedException
impl FromEmailAddressNotVerifiedException
sourcepub fn from_email_address(&self) -> Option<&str>
pub fn from_email_address(&self) -> Option<&str>
Indicates that the from email address associated with the custom verification email template is not verified.
source§impl FromEmailAddressNotVerifiedException
impl FromEmailAddressNotVerifiedException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FromEmailAddressNotVerifiedException
.
Trait Implementations§
source§impl Clone for FromEmailAddressNotVerifiedException
impl Clone for FromEmailAddressNotVerifiedException
source§fn clone(&self) -> FromEmailAddressNotVerifiedException
fn clone(&self) -> FromEmailAddressNotVerifiedException
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 Error for FromEmailAddressNotVerifiedException
impl Error for FromEmailAddressNotVerifiedException
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<FromEmailAddressNotVerifiedException> for FromEmailAddressNotVerifiedException
impl PartialEq<FromEmailAddressNotVerifiedException> for FromEmailAddressNotVerifiedException
source§fn eq(&self, other: &FromEmailAddressNotVerifiedException) -> bool
fn eq(&self, other: &FromEmailAddressNotVerifiedException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.