pub struct AuditEntry;
Trait Implementations§
Source§impl HasField<__typename> for AuditEntry
impl HasField<__typename> for AuditEntry
Source§impl HasField<action> for AuditEntry
impl HasField<action> for AuditEntry
Source§impl HasField<actor> for AuditEntry
impl HasField<actor> for AuditEntry
Source§type Type = Option<AuditEntryActor>
type Type = Option<AuditEntryActor>
The schema marker type of this field.
Source§impl HasField<actorIp> for AuditEntry
impl HasField<actorIp> for AuditEntry
Source§impl HasField<actorLocation> for AuditEntry
impl HasField<actorLocation> for AuditEntry
Source§type Type = Option<ActorLocation>
type Type = Option<ActorLocation>
The schema marker type of this field.
Source§impl HasField<actorLogin> for AuditEntry
impl HasField<actorLogin> for AuditEntry
Source§impl HasField<actorResourcePath> for AuditEntry
impl HasField<actorResourcePath> for AuditEntry
Source§impl HasField<actorUrl> for AuditEntry
impl HasField<actorUrl> for AuditEntry
Source§impl HasField<createdAt> for AuditEntry
impl HasField<createdAt> for AuditEntry
Source§type Type = PreciseDateTime
type Type = PreciseDateTime
The schema marker type of this field.
Source§impl HasField<operationType> for AuditEntry
impl HasField<operationType> for AuditEntry
Source§type Type = Option<OperationType>
type Type = Option<OperationType>
The schema marker type of this field.
Source§impl HasField<user> for AuditEntry
impl HasField<user> for AuditEntry
Source§impl HasField<userLogin> for AuditEntry
impl HasField<userLogin> for AuditEntry
Source§impl HasField<userResourcePath> for AuditEntry
impl HasField<userResourcePath> for AuditEntry
Source§impl HasField<userUrl> for AuditEntry
impl HasField<userUrl> for AuditEntry
Source§impl NamedType for AuditEntry
impl NamedType for AuditEntry
impl HasSubtype<AuditEntry> for AuditEntry
impl HasSubtype<MembersCanDeleteReposClearAuditEntry> for AuditEntry
impl HasSubtype<MembersCanDeleteReposDisableAuditEntry> for AuditEntry
impl HasSubtype<MembersCanDeleteReposEnableAuditEntry> for AuditEntry
impl HasSubtype<OauthApplicationCreateAuditEntry> for AuditEntry
impl HasSubtype<OrgAddBillingManagerAuditEntry> for AuditEntry
impl HasSubtype<OrgAddMemberAuditEntry> for AuditEntry
impl HasSubtype<OrgBlockUserAuditEntry> for AuditEntry
impl HasSubtype<OrgConfigDisableCollaboratorsOnlyAuditEntry> for AuditEntry
impl HasSubtype<OrgConfigEnableCollaboratorsOnlyAuditEntry> for AuditEntry
impl HasSubtype<OrgCreateAuditEntry> for AuditEntry
impl HasSubtype<OrgDisableOauthAppRestrictionsAuditEntry> for AuditEntry
impl HasSubtype<OrgDisableSamlAuditEntry> for AuditEntry
impl HasSubtype<OrgDisableTwoFactorRequirementAuditEntry> for AuditEntry
impl HasSubtype<OrgEnableOauthAppRestrictionsAuditEntry> for AuditEntry
impl HasSubtype<OrgEnableSamlAuditEntry> for AuditEntry
impl HasSubtype<OrgEnableTwoFactorRequirementAuditEntry> for AuditEntry
impl HasSubtype<OrgInviteMemberAuditEntry> for AuditEntry
impl HasSubtype<OrgInviteToBusinessAuditEntry> for AuditEntry
impl HasSubtype<OrgOauthAppAccessApprovedAuditEntry> for AuditEntry
impl HasSubtype<OrgOauthAppAccessDeniedAuditEntry> for AuditEntry
impl HasSubtype<OrgOauthAppAccessRequestedAuditEntry> for AuditEntry
impl HasSubtype<OrgRemoveBillingManagerAuditEntry> for AuditEntry
impl HasSubtype<OrgRemoveMemberAuditEntry> for AuditEntry
impl HasSubtype<OrgRemoveOutsideCollaboratorAuditEntry> for AuditEntry
impl HasSubtype<OrgRestoreMemberAuditEntry> for AuditEntry
impl HasSubtype<OrgUnblockUserAuditEntry> for AuditEntry
impl HasSubtype<OrgUpdateDefaultRepositoryPermissionAuditEntry> for AuditEntry
impl HasSubtype<OrgUpdateMemberAuditEntry> for AuditEntry
impl HasSubtype<OrgUpdateMemberRepositoryCreationPermissionAuditEntry> for AuditEntry
impl HasSubtype<OrgUpdateMemberRepositoryInvitationPermissionAuditEntry> for AuditEntry
impl HasSubtype<PrivateRepositoryForkingDisableAuditEntry> for AuditEntry
impl HasSubtype<PrivateRepositoryForkingEnableAuditEntry> for AuditEntry
impl HasSubtype<RepoAccessAuditEntry> for AuditEntry
impl HasSubtype<RepoAddMemberAuditEntry> for AuditEntry
impl HasSubtype<RepoAddTopicAuditEntry> for AuditEntry
impl HasSubtype<RepoArchivedAuditEntry> for AuditEntry
impl HasSubtype<RepoChangeMergeSettingAuditEntry> for AuditEntry
impl HasSubtype<RepoConfigDisableAnonymousGitAccessAuditEntry> for AuditEntry
impl HasSubtype<RepoConfigDisableCollaboratorsOnlyAuditEntry> for AuditEntry
impl HasSubtype<RepoConfigDisableContributorsOnlyAuditEntry> for AuditEntry
impl HasSubtype<RepoConfigDisableSockpuppetDisallowedAuditEntry> for AuditEntry
impl HasSubtype<RepoConfigEnableAnonymousGitAccessAuditEntry> for AuditEntry
impl HasSubtype<RepoConfigEnableCollaboratorsOnlyAuditEntry> for AuditEntry
impl HasSubtype<RepoConfigEnableContributorsOnlyAuditEntry> for AuditEntry
impl HasSubtype<RepoConfigEnableSockpuppetDisallowedAuditEntry> for AuditEntry
impl HasSubtype<RepoConfigLockAnonymousGitAccessAuditEntry> for AuditEntry
impl HasSubtype<RepoConfigUnlockAnonymousGitAccessAuditEntry> for AuditEntry
impl HasSubtype<RepoCreateAuditEntry> for AuditEntry
impl HasSubtype<RepoDestroyAuditEntry> for AuditEntry
impl HasSubtype<RepoRemoveMemberAuditEntry> for AuditEntry
impl HasSubtype<RepoRemoveTopicAuditEntry> for AuditEntry
impl HasSubtype<RepositoryVisibilityChangeDisableAuditEntry> for AuditEntry
impl HasSubtype<RepositoryVisibilityChangeEnableAuditEntry> for AuditEntry
impl HasSubtype<TeamAddMemberAuditEntry> for AuditEntry
impl HasSubtype<TeamAddRepositoryAuditEntry> for AuditEntry
impl HasSubtype<TeamChangeParentTeamAuditEntry> for AuditEntry
impl HasSubtype<TeamRemoveMemberAuditEntry> for AuditEntry
impl HasSubtype<TeamRemoveRepositoryAuditEntry> for AuditEntry
Auto Trait Implementations§
impl Freeze for AuditEntry
impl RefUnwindSafe for AuditEntry
impl Send for AuditEntry
impl Sync for AuditEntry
impl Unpin for AuditEntry
impl UnwindSafe for AuditEntry
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