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