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