Struct fusionauth_rust_client::models::tenant_username_configuration::TenantUsernameConfiguration
source · pub struct TenantUsernameConfiguration {
pub unique: Option<Box<UniqueUsernameConfiguration>>,
}
Expand description
TenantUsernameConfiguration :
Fields§
§unique: Option<Box<UniqueUsernameConfiguration>>
Implementations§
source§impl TenantUsernameConfiguration
impl TenantUsernameConfiguration
sourcepub fn new() -> TenantUsernameConfiguration
pub fn new() -> TenantUsernameConfiguration
Trait Implementations§
source§impl Clone for TenantUsernameConfiguration
impl Clone for TenantUsernameConfiguration
source§fn clone(&self) -> TenantUsernameConfiguration
fn clone(&self) -> TenantUsernameConfiguration
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 TenantUsernameConfiguration
impl Debug for TenantUsernameConfiguration
source§impl Default for TenantUsernameConfiguration
impl Default for TenantUsernameConfiguration
source§fn default() -> TenantUsernameConfiguration
fn default() -> TenantUsernameConfiguration
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TenantUsernameConfiguration
impl<'de> Deserialize<'de> for TenantUsernameConfiguration
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 TenantUsernameConfiguration
impl PartialEq for TenantUsernameConfiguration
source§fn eq(&self, other: &TenantUsernameConfiguration) -> bool
fn eq(&self, other: &TenantUsernameConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TenantUsernameConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for TenantUsernameConfiguration
impl Send for TenantUsernameConfiguration
impl Sync for TenantUsernameConfiguration
impl Unpin for TenantUsernameConfiguration
impl UnwindSafe for TenantUsernameConfiguration
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