#[non_exhaustive]pub struct CustomVerificationEmailInvalidContentException { /* private fields */ }
Expand description
Indicates that custom verification email template provided content is invalid.
Implementations§
source§impl CustomVerificationEmailInvalidContentException
impl CustomVerificationEmailInvalidContentException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CustomVerificationEmailInvalidContentException
.
Trait Implementations§
source§impl Clone for CustomVerificationEmailInvalidContentException
impl Clone for CustomVerificationEmailInvalidContentException
source§fn clone(&self) -> CustomVerificationEmailInvalidContentException
fn clone(&self) -> CustomVerificationEmailInvalidContentException
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 CustomVerificationEmailInvalidContentException
impl Error for CustomVerificationEmailInvalidContentException
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<CustomVerificationEmailInvalidContentException> for CustomVerificationEmailInvalidContentException
impl PartialEq<CustomVerificationEmailInvalidContentException> for CustomVerificationEmailInvalidContentException
source§fn eq(&self, other: &CustomVerificationEmailInvalidContentException) -> bool
fn eq(&self, other: &CustomVerificationEmailInvalidContentException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.