pub struct updateEnterpriseTwoFactorAuthenticationRequiredSetting;
Trait Implementations§
Source§impl HasArgument<input> for updateEnterpriseTwoFactorAuthenticationRequiredSetting
impl HasArgument<input> for updateEnterpriseTwoFactorAuthenticationRequiredSetting
Source§type ArgumentType = UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput
type ArgumentType = UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput
The schema marker type of this argument.
Source§impl HasField<updateEnterpriseTwoFactorAuthenticationRequiredSetting> for Mutation
impl HasField<updateEnterpriseTwoFactorAuthenticationRequiredSetting> for Mutation
Source§type Type = Option<UpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayload>
type Type = Option<UpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for updateEnterpriseTwoFactorAuthenticationRequiredSetting
impl RefUnwindSafe for updateEnterpriseTwoFactorAuthenticationRequiredSetting
impl Send for updateEnterpriseTwoFactorAuthenticationRequiredSetting
impl Sync for updateEnterpriseTwoFactorAuthenticationRequiredSetting
impl Unpin for updateEnterpriseTwoFactorAuthenticationRequiredSetting
impl UnwindSafe for updateEnterpriseTwoFactorAuthenticationRequiredSetting
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