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