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