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