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