Struct AuditEntry

Source
pub struct AuditEntry;

Trait Implementations§

Source§

impl HasField<__typename> for AuditEntry

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<action> for AuditEntry

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<actor> for AuditEntry

Source§

type Type = Option<AuditEntryActor>

The schema marker type of this field.
Source§

impl HasField<actorIp> for AuditEntry

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<actorLocation> for AuditEntry

Source§

type Type = Option<ActorLocation>

The schema marker type of this field.
Source§

impl HasField<actorLogin> for AuditEntry

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<actorResourcePath> for AuditEntry

Source§

type Type = Option<URI>

The schema marker type of this field.
Source§

impl HasField<actorUrl> for AuditEntry

Source§

type Type = Option<URI>

The schema marker type of this field.
Source§

impl HasField<createdAt> for AuditEntry

Source§

type Type = PreciseDateTime

The schema marker type of this field.
Source§

impl HasField<operationType> for AuditEntry

Source§

type Type = Option<OperationType>

The schema marker type of this field.
Source§

impl HasField<user> for AuditEntry

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<userLogin> for AuditEntry

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<userResourcePath> for AuditEntry

Source§

type Type = Option<URI>

The schema marker type of this field.
Source§

impl HasField<userUrl> for AuditEntry

Source§

type Type = Option<URI>

The schema marker type of this field.
Source§

impl NamedType for AuditEntry

Source§

const NAME: &'static str = "AuditEntry"

The name of this type
Source§

impl HasSubtype<AuditEntry> for AuditEntry

Source§

impl HasSubtype<MembersCanDeleteReposClearAuditEntry> for AuditEntry

Source§

impl HasSubtype<MembersCanDeleteReposDisableAuditEntry> for AuditEntry

Source§

impl HasSubtype<MembersCanDeleteReposEnableAuditEntry> for AuditEntry

Source§

impl HasSubtype<OauthApplicationCreateAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgAddBillingManagerAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgAddMemberAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgBlockUserAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgConfigDisableCollaboratorsOnlyAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgConfigEnableCollaboratorsOnlyAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgCreateAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgDisableOauthAppRestrictionsAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgDisableSamlAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgDisableTwoFactorRequirementAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgEnableOauthAppRestrictionsAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgEnableSamlAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgEnableTwoFactorRequirementAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgInviteMemberAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgInviteToBusinessAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgOauthAppAccessApprovedAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgOauthAppAccessDeniedAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgOauthAppAccessRequestedAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgRemoveBillingManagerAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgRemoveMemberAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgRemoveOutsideCollaboratorAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgRestoreMemberAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgUnblockUserAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgUpdateDefaultRepositoryPermissionAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgUpdateMemberAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgUpdateMemberRepositoryCreationPermissionAuditEntry> for AuditEntry

Source§

impl HasSubtype<OrgUpdateMemberRepositoryInvitationPermissionAuditEntry> for AuditEntry

Source§

impl HasSubtype<PrivateRepositoryForkingDisableAuditEntry> for AuditEntry

Source§

impl HasSubtype<PrivateRepositoryForkingEnableAuditEntry> for AuditEntry

Source§

impl HasSubtype<RepoAccessAuditEntry> for AuditEntry

Source§

impl HasSubtype<RepoAddMemberAuditEntry> for AuditEntry

Source§

impl HasSubtype<RepoAddTopicAuditEntry> for AuditEntry

Source§

impl HasSubtype<RepoArchivedAuditEntry> for AuditEntry

Source§

impl HasSubtype<RepoChangeMergeSettingAuditEntry> for AuditEntry

Source§

impl HasSubtype<RepoConfigDisableAnonymousGitAccessAuditEntry> for AuditEntry

Source§

impl HasSubtype<RepoConfigDisableCollaboratorsOnlyAuditEntry> for AuditEntry

Source§

impl HasSubtype<RepoConfigDisableContributorsOnlyAuditEntry> for AuditEntry

Source§

impl HasSubtype<RepoConfigDisableSockpuppetDisallowedAuditEntry> for AuditEntry

Source§

impl HasSubtype<RepoConfigEnableAnonymousGitAccessAuditEntry> for AuditEntry

Source§

impl HasSubtype<RepoConfigEnableCollaboratorsOnlyAuditEntry> for AuditEntry

Source§

impl HasSubtype<RepoConfigEnableContributorsOnlyAuditEntry> for AuditEntry

Source§

impl HasSubtype<RepoConfigEnableSockpuppetDisallowedAuditEntry> for AuditEntry

Source§

impl HasSubtype<RepoConfigLockAnonymousGitAccessAuditEntry> for AuditEntry

Source§

impl HasSubtype<RepoConfigUnlockAnonymousGitAccessAuditEntry> for AuditEntry

Source§

impl HasSubtype<RepoCreateAuditEntry> for AuditEntry

Source§

impl HasSubtype<RepoDestroyAuditEntry> for AuditEntry

Source§

impl HasSubtype<RepoRemoveMemberAuditEntry> for AuditEntry

Source§

impl HasSubtype<RepoRemoveTopicAuditEntry> for AuditEntry

Source§

impl HasSubtype<RepositoryVisibilityChangeDisableAuditEntry> for AuditEntry

Source§

impl HasSubtype<RepositoryVisibilityChangeEnableAuditEntry> for AuditEntry

Source§

impl HasSubtype<TeamAddMemberAuditEntry> for AuditEntry

Source§

impl HasSubtype<TeamAddRepositoryAuditEntry> for AuditEntry

Source§

impl HasSubtype<TeamChangeParentTeamAuditEntry> for AuditEntry

Source§

impl HasSubtype<TeamRemoveMemberAuditEntry> for AuditEntry

Source§

impl HasSubtype<TeamRemoveRepositoryAuditEntry> for AuditEntry

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> IsFieldType<T> for T