#[non_exhaustive]pub struct ResetUserPasswordOutput { /* private fields */ }Implementations§
source§impl ResetUserPasswordOutput
impl ResetUserPasswordOutput
sourcepub fn builder() -> ResetUserPasswordOutputBuilder
pub fn builder() -> ResetUserPasswordOutputBuilder
Creates a new builder-style object to manufacture ResetUserPasswordOutput.
Trait Implementations§
source§impl Clone for ResetUserPasswordOutput
impl Clone for ResetUserPasswordOutput
source§fn clone(&self) -> ResetUserPasswordOutput
fn clone(&self) -> ResetUserPasswordOutput
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 ResetUserPasswordOutput
impl Debug for ResetUserPasswordOutput
source§impl PartialEq<ResetUserPasswordOutput> for ResetUserPasswordOutput
impl PartialEq<ResetUserPasswordOutput> for ResetUserPasswordOutput
source§fn eq(&self, other: &ResetUserPasswordOutput) -> bool
fn eq(&self, other: &ResetUserPasswordOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ResetUserPasswordOutput
impl RequestId for ResetUserPasswordOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.