pub struct twoFactorRequiredSetting;Trait Implementations§
Source§impl Field for twoFactorRequiredSetting
impl Field for twoFactorRequiredSetting
Source§impl HasField<twoFactorRequiredSetting> for EnterpriseOwnerInfo
impl HasField<twoFactorRequiredSetting> for EnterpriseOwnerInfo
Source§type Type = EnterpriseEnabledSettingValue
type Type = EnterpriseEnabledSettingValue
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for twoFactorRequiredSetting
impl RefUnwindSafe for twoFactorRequiredSetting
impl Send for twoFactorRequiredSetting
impl Sync for twoFactorRequiredSetting
impl Unpin for twoFactorRequiredSetting
impl UnwindSafe for twoFactorRequiredSetting
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