pub struct OrgDisableTwoFactorRequirementAuditEntry;
Trait Implementations§
Source§impl HasField<actor> for OrgDisableTwoFactorRequirementAuditEntry
impl HasField<actor> for OrgDisableTwoFactorRequirementAuditEntry
Source§type Type = Option<AuditEntryActor>
type Type = Option<AuditEntryActor>
The schema marker type of this field.
Source§impl HasField<actorLocation> for OrgDisableTwoFactorRequirementAuditEntry
impl HasField<actorLocation> for OrgDisableTwoFactorRequirementAuditEntry
Source§type Type = Option<ActorLocation>
type Type = Option<ActorLocation>
The schema marker type of this field.
Source§impl HasField<createdAt> for OrgDisableTwoFactorRequirementAuditEntry
impl HasField<createdAt> for OrgDisableTwoFactorRequirementAuditEntry
Source§type Type = PreciseDateTime
type Type = PreciseDateTime
The schema marker type of this field.
Source§impl HasField<operationType> for OrgDisableTwoFactorRequirementAuditEntry
impl HasField<operationType> for OrgDisableTwoFactorRequirementAuditEntry
Source§type Type = Option<OperationType>
type Type = Option<OperationType>
The schema marker type of this field.
Source§impl HasField<organization> for OrgDisableTwoFactorRequirementAuditEntry
impl HasField<organization> for OrgDisableTwoFactorRequirementAuditEntry
Source§type Type = Option<Organization>
type Type = Option<Organization>
The schema marker type of this field.
impl HasSubtype<OrgDisableTwoFactorRequirementAuditEntry> for AuditEntry
impl HasSubtype<OrgDisableTwoFactorRequirementAuditEntry> for Node
impl HasSubtype<OrgDisableTwoFactorRequirementAuditEntry> for OrganizationAuditEntry
impl HasSubtype<OrgDisableTwoFactorRequirementAuditEntry> for OrganizationAuditEntryData
Auto Trait Implementations§
impl Freeze for OrgDisableTwoFactorRequirementAuditEntry
impl RefUnwindSafe for OrgDisableTwoFactorRequirementAuditEntry
impl Send for OrgDisableTwoFactorRequirementAuditEntry
impl Sync for OrgDisableTwoFactorRequirementAuditEntry
impl Unpin for OrgDisableTwoFactorRequirementAuditEntry
impl UnwindSafe for OrgDisableTwoFactorRequirementAuditEntry
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