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