#[non_exhaustive]pub struct UpdateBackendAuthPasswordPolicyConfig { /* private fields */ }
Expand description
Describes the password policy for your Amazon Cognito user pool configured as a part of your Amplify project.
Implementations
sourceimpl UpdateBackendAuthPasswordPolicyConfig
impl UpdateBackendAuthPasswordPolicyConfig
sourcepub fn additional_constraints(&self) -> Option<&[AdditionalConstraintsElement]>
pub fn additional_constraints(&self) -> Option<&[AdditionalConstraintsElement]>
Describes additional constraints on password requirements to sign in to the auth resource, configured as a part of your Amplify project.
sourcepub fn minimum_length(&self) -> f64
pub fn minimum_length(&self) -> f64
Describes the minimum length of the password required to sign in to the auth resource, configured as a part of your Amplify project.
sourceimpl UpdateBackendAuthPasswordPolicyConfig
impl UpdateBackendAuthPasswordPolicyConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateBackendAuthPasswordPolicyConfig
.
Trait Implementations
sourceimpl Clone for UpdateBackendAuthPasswordPolicyConfig
impl Clone for UpdateBackendAuthPasswordPolicyConfig
sourcefn clone(&self) -> UpdateBackendAuthPasswordPolicyConfig
fn clone(&self) -> UpdateBackendAuthPasswordPolicyConfig
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<UpdateBackendAuthPasswordPolicyConfig> for UpdateBackendAuthPasswordPolicyConfig
impl PartialEq<UpdateBackendAuthPasswordPolicyConfig> for UpdateBackendAuthPasswordPolicyConfig
sourcefn eq(&self, other: &UpdateBackendAuthPasswordPolicyConfig) -> bool
fn eq(&self, other: &UpdateBackendAuthPasswordPolicyConfig) -> bool
impl StructuralPartialEq for UpdateBackendAuthPasswordPolicyConfig
Auto Trait Implementations
impl RefUnwindSafe for UpdateBackendAuthPasswordPolicyConfig
impl Send for UpdateBackendAuthPasswordPolicyConfig
impl Sync for UpdateBackendAuthPasswordPolicyConfig
impl Unpin for UpdateBackendAuthPasswordPolicyConfig
impl UnwindSafe for UpdateBackendAuthPasswordPolicyConfig
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