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