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