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