Struct aws_sdk_workmail::input::ResetPasswordInput
source · #[non_exhaustive]pub struct ResetPasswordInput { /* private fields */ }
Implementations§
source§impl ResetPasswordInput
impl ResetPasswordInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ResetPassword, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ResetPassword, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ResetPassword
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResetPasswordInput
.
Trait Implementations§
source§impl Clone for ResetPasswordInput
impl Clone for ResetPasswordInput
source§fn clone(&self) -> ResetPasswordInput
fn clone(&self) -> ResetPasswordInput
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 ResetPasswordInput
impl Debug for ResetPasswordInput
source§impl PartialEq<ResetPasswordInput> for ResetPasswordInput
impl PartialEq<ResetPasswordInput> for ResetPasswordInput
source§fn eq(&self, other: &ResetPasswordInput) -> bool
fn eq(&self, other: &ResetPasswordInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.