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