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