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