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