pub struct OrganizationCustomerCreateInput {
pub stripe_customer: Value,
pub organization: Value,
}Fields§
§stripe_customer: Value§organization: ValueTrait Implementations§
Source§impl Clone for OrganizationCustomerCreateInput
impl Clone for OrganizationCustomerCreateInput
Source§fn clone(&self) -> OrganizationCustomerCreateInput
fn clone(&self) -> OrganizationCustomerCreateInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for OrganizationCustomerCreateInput
impl PartialEq for OrganizationCustomerCreateInput
Source§fn eq(&self, other: &OrganizationCustomerCreateInput) -> bool
fn eq(&self, other: &OrganizationCustomerCreateInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OrganizationCustomerCreateInput
Auto Trait Implementations§
impl Freeze for OrganizationCustomerCreateInput
impl RefUnwindSafe for OrganizationCustomerCreateInput
impl Send for OrganizationCustomerCreateInput
impl Sync for OrganizationCustomerCreateInput
impl Unpin for OrganizationCustomerCreateInput
impl UnsafeUnpin for OrganizationCustomerCreateInput
impl UnwindSafe for OrganizationCustomerCreateInput
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