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