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