#[non_exhaustive]pub struct GetRandomPasswordOutput { /* private fields */ }Implementations
sourceimpl GetRandomPasswordOutput
impl GetRandomPasswordOutput
sourcepub fn random_password(&self) -> Option<&str>
pub fn random_password(&self) -> Option<&str>
A string with the password.
sourceimpl GetRandomPasswordOutput
impl GetRandomPasswordOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRandomPasswordOutput.
Trait Implementations
sourceimpl Clone for GetRandomPasswordOutput
impl Clone for GetRandomPasswordOutput
sourcefn clone(&self) -> GetRandomPasswordOutput
fn clone(&self) -> GetRandomPasswordOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetRandomPasswordOutput
impl Debug for GetRandomPasswordOutput
sourceimpl PartialEq<GetRandomPasswordOutput> for GetRandomPasswordOutput
impl PartialEq<GetRandomPasswordOutput> for GetRandomPasswordOutput
sourcefn eq(&self, other: &GetRandomPasswordOutput) -> bool
fn eq(&self, other: &GetRandomPasswordOutput) -> bool
impl StructuralPartialEq for GetRandomPasswordOutput
Auto Trait Implementations
impl RefUnwindSafe for GetRandomPasswordOutput
impl Send for GetRandomPasswordOutput
impl Sync for GetRandomPasswordOutput
impl Unpin for GetRandomPasswordOutput
impl UnwindSafe for GetRandomPasswordOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more