pub struct SelfServiceFormConfiguration {
pub require_current_password_on_password_change: Option<bool>,
}
Expand description
SelfServiceFormConfiguration :
Fields§
§require_current_password_on_password_change: Option<bool>
Implementations§
Source§impl SelfServiceFormConfiguration
impl SelfServiceFormConfiguration
Sourcepub fn new() -> SelfServiceFormConfiguration
pub fn new() -> SelfServiceFormConfiguration
Trait Implementations§
Source§impl Clone for SelfServiceFormConfiguration
impl Clone for SelfServiceFormConfiguration
Source§fn clone(&self) -> SelfServiceFormConfiguration
fn clone(&self) -> SelfServiceFormConfiguration
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SelfServiceFormConfiguration
impl Debug for SelfServiceFormConfiguration
Source§impl Default for SelfServiceFormConfiguration
impl Default for SelfServiceFormConfiguration
Source§fn default() -> SelfServiceFormConfiguration
fn default() -> SelfServiceFormConfiguration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SelfServiceFormConfiguration
impl<'de> Deserialize<'de> for SelfServiceFormConfiguration
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 for SelfServiceFormConfiguration
impl PartialEq for SelfServiceFormConfiguration
Source§fn eq(&self, other: &SelfServiceFormConfiguration) -> bool
fn eq(&self, other: &SelfServiceFormConfiguration) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for SelfServiceFormConfiguration
Auto Trait Implementations§
impl Freeze for SelfServiceFormConfiguration
impl RefUnwindSafe for SelfServiceFormConfiguration
impl Send for SelfServiceFormConfiguration
impl Sync for SelfServiceFormConfiguration
impl Unpin for SelfServiceFormConfiguration
impl UnwindSafe for SelfServiceFormConfiguration
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