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