pub struct TenantFormConfiguration {
pub admin_user_form_id: Option<Uuid>,
}
Expand description
TenantFormConfiguration :
Fields§
§admin_user_form_id: Option<Uuid>
Implementations§
Source§impl TenantFormConfiguration
impl TenantFormConfiguration
Sourcepub fn new() -> TenantFormConfiguration
pub fn new() -> TenantFormConfiguration
Trait Implementations§
Source§impl Clone for TenantFormConfiguration
impl Clone for TenantFormConfiguration
Source§fn clone(&self) -> TenantFormConfiguration
fn clone(&self) -> TenantFormConfiguration
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 Debug for TenantFormConfiguration
impl Debug for TenantFormConfiguration
Source§impl Default for TenantFormConfiguration
impl Default for TenantFormConfiguration
Source§fn default() -> TenantFormConfiguration
fn default() -> TenantFormConfiguration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TenantFormConfiguration
impl<'de> Deserialize<'de> for TenantFormConfiguration
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 TenantFormConfiguration
impl PartialEq for TenantFormConfiguration
Source§impl Serialize for TenantFormConfiguration
impl Serialize for TenantFormConfiguration
impl StructuralPartialEq for TenantFormConfiguration
Auto Trait Implementations§
impl Freeze for TenantFormConfiguration
impl RefUnwindSafe for TenantFormConfiguration
impl Send for TenantFormConfiguration
impl Sync for TenantFormConfiguration
impl Unpin for TenantFormConfiguration
impl UnwindSafe for TenantFormConfiguration
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