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