#[non_exhaustive]pub struct ResetPasswordOutputBuilder { /* private fields */ }Expand description
A builder for ResetPasswordOutput.
Implementations§
source§impl ResetPasswordOutputBuilder
impl ResetPasswordOutputBuilder
sourcepub fn build(self) -> ResetPasswordOutput
pub fn build(self) -> ResetPasswordOutput
Consumes the builder and constructs a ResetPasswordOutput.
Trait Implementations§
source§impl Clone for ResetPasswordOutputBuilder
impl Clone for ResetPasswordOutputBuilder
source§fn clone(&self) -> ResetPasswordOutputBuilder
fn clone(&self) -> ResetPasswordOutputBuilder
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 ResetPasswordOutputBuilder
impl Debug for ResetPasswordOutputBuilder
source§impl Default for ResetPasswordOutputBuilder
impl Default for ResetPasswordOutputBuilder
source§fn default() -> ResetPasswordOutputBuilder
fn default() -> ResetPasswordOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ResetPasswordOutputBuilder> for ResetPasswordOutputBuilder
impl PartialEq<ResetPasswordOutputBuilder> for ResetPasswordOutputBuilder
source§fn eq(&self, other: &ResetPasswordOutputBuilder) -> bool
fn eq(&self, other: &ResetPasswordOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.