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 copy 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
source§impl PartialEq<PasswordResetConfiguration> for PasswordResetConfiguration
impl PartialEq<PasswordResetConfiguration> for PasswordResetConfiguration
source§fn eq(&self, other: &PasswordResetConfiguration) -> bool
fn eq(&self, other: &PasswordResetConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for PasswordResetConfiguration
impl StructuralEq for PasswordResetConfiguration
impl StructuralPartialEq for PasswordResetConfiguration
Auto Trait Implementations§
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