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