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