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