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 duplicate 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
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for TenantRegistrationConfiguration
Auto Trait Implementations§
impl Freeze for TenantRegistrationConfiguration
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