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