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