#[non_exhaustive]pub struct UpdateAccountPasswordPolicyOutput {}Implementations
sourceimpl UpdateAccountPasswordPolicyOutput
impl UpdateAccountPasswordPolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateAccountPasswordPolicyOutput.
Trait Implementations
sourceimpl Clone for UpdateAccountPasswordPolicyOutput
impl Clone for UpdateAccountPasswordPolicyOutput
sourcefn clone(&self) -> UpdateAccountPasswordPolicyOutput
fn clone(&self) -> UpdateAccountPasswordPolicyOutput
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 PartialEq<UpdateAccountPasswordPolicyOutput> for UpdateAccountPasswordPolicyOutput
impl PartialEq<UpdateAccountPasswordPolicyOutput> for UpdateAccountPasswordPolicyOutput
sourcefn eq(&self, other: &UpdateAccountPasswordPolicyOutput) -> bool
fn eq(&self, other: &UpdateAccountPasswordPolicyOutput) -> bool
impl StructuralPartialEq for UpdateAccountPasswordPolicyOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateAccountPasswordPolicyOutput
impl Send for UpdateAccountPasswordPolicyOutput
impl Sync for UpdateAccountPasswordPolicyOutput
impl Unpin for UpdateAccountPasswordPolicyOutput
impl UnwindSafe for UpdateAccountPasswordPolicyOutput
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