#[non_exhaustive]pub struct FromEmailAddressNotVerifiedException {
pub from_email_address: Option<String>,
pub message: Option<String>,
}
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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.from_email_address: Option<String>
Indicates that the from email address associated with the custom verification email template is not verified.
message: Option<String>
Implementations
Indicates that the from email address associated with the custom verification email template is not verified.
Creates a new builder-style object to manufacture FromEmailAddressNotVerifiedException
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for FromEmailAddressNotVerifiedException
impl Sync for FromEmailAddressNotVerifiedException
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more