pub struct TenantUnverifiedConfiguration {
pub email: Option<UnverifiedBehavior>,
pub when_gated: Option<Box<RegistrationUnverifiedOptions>>,
}
Expand description
TenantUnverifiedConfiguration :
Fields§
§email: Option<UnverifiedBehavior>
§when_gated: Option<Box<RegistrationUnverifiedOptions>>
Implementations§
Trait Implementations§
Source§impl Clone for TenantUnverifiedConfiguration
impl Clone for TenantUnverifiedConfiguration
Source§fn clone(&self) -> TenantUnverifiedConfiguration
fn clone(&self) -> TenantUnverifiedConfiguration
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 Default for TenantUnverifiedConfiguration
impl Default for TenantUnverifiedConfiguration
Source§fn default() -> TenantUnverifiedConfiguration
fn default() -> TenantUnverifiedConfiguration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TenantUnverifiedConfiguration
impl<'de> Deserialize<'de> for TenantUnverifiedConfiguration
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 TenantUnverifiedConfiguration
impl PartialEq for TenantUnverifiedConfiguration
Source§fn eq(&self, other: &TenantUnverifiedConfiguration) -> bool
fn eq(&self, other: &TenantUnverifiedConfiguration) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for TenantUnverifiedConfiguration
Auto Trait Implementations§
impl Freeze for TenantUnverifiedConfiguration
impl RefUnwindSafe for TenantUnverifiedConfiguration
impl Send for TenantUnverifiedConfiguration
impl Sync for TenantUnverifiedConfiguration
impl Unpin for TenantUnverifiedConfiguration
impl UnwindSafe for TenantUnverifiedConfiguration
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