pub struct billingPlan;
Trait Implementations§
Source§impl Field for billingPlan
impl Field for billingPlan
Source§impl HasField<billingPlan> for OrgCreateAuditEntry
impl HasField<billingPlan> for OrgCreateAuditEntry
Source§type Type = Option<OrgCreateAuditEntryBillingPlan>
type Type = Option<OrgCreateAuditEntryBillingPlan>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for billingPlan
impl RefUnwindSafe for billingPlan
impl Send for billingPlan
impl Sync for billingPlan
impl Unpin for billingPlan
impl UnwindSafe for billingPlan
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