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