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