pub struct RepoDestroyAuditEntry;
Trait Implementations§
Source§impl HasField<__typename> for RepoDestroyAuditEntry
impl HasField<__typename> for RepoDestroyAuditEntry
Source§impl HasField<action> for RepoDestroyAuditEntry
impl HasField<action> for RepoDestroyAuditEntry
Source§impl HasField<actor> for RepoDestroyAuditEntry
impl HasField<actor> for RepoDestroyAuditEntry
Source§type Type = Option<AuditEntryActor>
type Type = Option<AuditEntryActor>
The schema marker type of this field.
Source§impl HasField<actorIp> for RepoDestroyAuditEntry
impl HasField<actorIp> for RepoDestroyAuditEntry
Source§impl HasField<actorLocation> for RepoDestroyAuditEntry
impl HasField<actorLocation> for RepoDestroyAuditEntry
Source§type Type = Option<ActorLocation>
type Type = Option<ActorLocation>
The schema marker type of this field.
Source§impl HasField<actorLogin> for RepoDestroyAuditEntry
impl HasField<actorLogin> for RepoDestroyAuditEntry
Source§impl HasField<actorUrl> for RepoDestroyAuditEntry
impl HasField<actorUrl> for RepoDestroyAuditEntry
Source§impl HasField<createdAt> for RepoDestroyAuditEntry
impl HasField<createdAt> for RepoDestroyAuditEntry
Source§type Type = PreciseDateTime
type Type = PreciseDateTime
The schema marker type of this field.
Source§impl HasField<id> for RepoDestroyAuditEntry
impl HasField<id> for RepoDestroyAuditEntry
Source§impl HasField<operationType> for RepoDestroyAuditEntry
impl HasField<operationType> for RepoDestroyAuditEntry
Source§type Type = Option<OperationType>
type Type = Option<OperationType>
The schema marker type of this field.
Source§impl HasField<organization> for RepoDestroyAuditEntry
impl HasField<organization> for RepoDestroyAuditEntry
Source§type Type = Option<Organization>
type Type = Option<Organization>
The schema marker type of this field.
Source§impl HasField<repository> for RepoDestroyAuditEntry
impl HasField<repository> for RepoDestroyAuditEntry
Source§type Type = Option<Repository>
type Type = Option<Repository>
The schema marker type of this field.
Source§impl HasField<user> for RepoDestroyAuditEntry
impl HasField<user> for RepoDestroyAuditEntry
Source§impl HasField<userLogin> for RepoDestroyAuditEntry
impl HasField<userLogin> for RepoDestroyAuditEntry
Source§impl HasField<userUrl> for RepoDestroyAuditEntry
impl HasField<userUrl> for RepoDestroyAuditEntry
Source§impl HasField<visibility> for RepoDestroyAuditEntry
impl HasField<visibility> for RepoDestroyAuditEntry
Source§type Type = Option<RepoDestroyAuditEntryVisibility>
type Type = Option<RepoDestroyAuditEntryVisibility>
The schema marker type of this field.
Source§impl NamedType for RepoDestroyAuditEntry
impl NamedType for RepoDestroyAuditEntry
impl HasSubtype<RepoDestroyAuditEntry> for AuditEntry
impl HasSubtype<RepoDestroyAuditEntry> for Node
impl HasSubtype<RepoDestroyAuditEntry> for OrganizationAuditEntry
impl HasSubtype<RepoDestroyAuditEntry> for OrganizationAuditEntryData
impl HasSubtype<RepoDestroyAuditEntry> for RepositoryAuditEntryData
Auto Trait Implementations§
impl Freeze for RepoDestroyAuditEntry
impl RefUnwindSafe for RepoDestroyAuditEntry
impl Send for RepoDestroyAuditEntry
impl Sync for RepoDestroyAuditEntry
impl Unpin for RepoDestroyAuditEntry
impl UnwindSafe for RepoDestroyAuditEntry
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