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