pub struct PasswordManagementConfig {
pub reset_token_expiry_hours: i64,
pub require_current_password: bool,
pub send_email_notifications: bool,
}Fields§
§reset_token_expiry_hours: i64§require_current_password: bool§send_email_notifications: boolTrait Implementations§
Source§impl Clone for PasswordManagementConfig
impl Clone for PasswordManagementConfig
Source§fn clone(&self) -> PasswordManagementConfig
fn clone(&self) -> PasswordManagementConfig
Returns a duplicate 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 PasswordManagementConfig
impl Debug for PasswordManagementConfig
Auto Trait Implementations§
impl Freeze for PasswordManagementConfig
impl RefUnwindSafe for PasswordManagementConfig
impl Send for PasswordManagementConfig
impl Sync for PasswordManagementConfig
impl Unpin for PasswordManagementConfig
impl UnsafeUnpin for PasswordManagementConfig
impl UnwindSafe for PasswordManagementConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more