pub struct billingEmail;Trait Implementations§
Source§impl Field for billingEmail
impl Field for billingEmail
impl HasInputField<billingEmail, String> for CreateEnterpriseOrganizationInput
Auto Trait Implementations§
impl Freeze for billingEmail
impl RefUnwindSafe for billingEmail
impl Send for billingEmail
impl Sync for billingEmail
impl Unpin for billingEmail
impl UnwindSafe for billingEmail
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