pub struct UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput;Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput
impl HasInputField<enterpriseId, Id> for UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput
impl HasInputField<settingValue, EnterpriseEnabledSettingValue> for UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput
impl InputObjectMarker for UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput
Auto Trait Implementations§
impl Freeze for UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput
impl RefUnwindSafe for UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput
impl Send for UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput
impl Sync for UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput
impl Unpin for UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput
impl UnwindSafe for UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput
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