pub struct UpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayload;
Trait Implementations§
Source§impl HasField<clientMutationId> for UpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayload
impl HasField<clientMutationId> for UpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayload
Source§impl HasField<enterprise> for UpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayload
impl HasField<enterprise> for UpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayload
Source§type Type = Option<Enterprise>
type Type = Option<Enterprise>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for UpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayload
impl RefUnwindSafe for UpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayload
impl Send for UpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayload
impl Sync for UpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayload
impl Unpin for UpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayload
impl UnwindSafe for UpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayload
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