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