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