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