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