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