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