pub struct PasswordResetConfiguration {
pub require_captcha: bool,
}Fields§
§require_captcha: boolTrait Implementations§
Source§impl Clone for PasswordResetConfiguration
impl Clone for PasswordResetConfiguration
Source§fn clone(&self) -> PasswordResetConfiguration
fn clone(&self) -> PasswordResetConfiguration
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 PasswordResetConfiguration
impl Debug for PasswordResetConfiguration
Source§impl Default for PasswordResetConfiguration
impl Default for PasswordResetConfiguration
Source§fn default() -> PasswordResetConfiguration
fn default() -> PasswordResetConfiguration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PasswordResetConfiguration
impl<'de> Deserialize<'de> for PasswordResetConfiguration
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PasswordResetConfiguration
impl StructuralPartialEq for PasswordResetConfiguration
Auto Trait Implementations§
impl Freeze for PasswordResetConfiguration
impl RefUnwindSafe for PasswordResetConfiguration
impl Send for PasswordResetConfiguration
impl Sync for PasswordResetConfiguration
impl Unpin for PasswordResetConfiguration
impl UnwindSafe for PasswordResetConfiguration
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