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