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