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