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