Struct fusionauth_rust_client::models::self_service_form_configuration::SelfServiceFormConfiguration
source · 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 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 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
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SelfServiceFormConfiguration
Auto Trait Implementations§
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