pub struct EmailPasswordConfig {
pub enable_signup: bool,
pub require_email_verification: bool,
pub password_min_length: usize,
}Fields§
§enable_signup: bool§require_email_verification: bool§password_min_length: usizeTrait Implementations§
Source§impl Clone for EmailPasswordConfig
impl Clone for EmailPasswordConfig
Source§fn clone(&self) -> EmailPasswordConfig
fn clone(&self) -> EmailPasswordConfig
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 EmailPasswordConfig
impl Debug for EmailPasswordConfig
Auto Trait Implementations§
impl Freeze for EmailPasswordConfig
impl RefUnwindSafe for EmailPasswordConfig
impl Send for EmailPasswordConfig
impl Sync for EmailPasswordConfig
impl Unpin for EmailPasswordConfig
impl UnwindSafe for EmailPasswordConfig
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