pub struct OrganizationCustomerCreateParamsInput {
pub organization: Value,
}Fields§
§organization: ValueTrait Implementations§
Source§impl Clone for OrganizationCustomerCreateParamsInput
impl Clone for OrganizationCustomerCreateParamsInput
Source§fn clone(&self) -> OrganizationCustomerCreateParamsInput
fn clone(&self) -> OrganizationCustomerCreateParamsInput
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 OrganizationCustomerCreateParamsInput
impl PartialEq for OrganizationCustomerCreateParamsInput
Source§fn eq(&self, other: &OrganizationCustomerCreateParamsInput) -> bool
fn eq(&self, other: &OrganizationCustomerCreateParamsInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OrganizationCustomerCreateParamsInput
Auto Trait Implementations§
impl Freeze for OrganizationCustomerCreateParamsInput
impl RefUnwindSafe for OrganizationCustomerCreateParamsInput
impl Send for OrganizationCustomerCreateParamsInput
impl Sync for OrganizationCustomerCreateParamsInput
impl Unpin for OrganizationCustomerCreateParamsInput
impl UnsafeUnpin for OrganizationCustomerCreateParamsInput
impl UnwindSafe for OrganizationCustomerCreateParamsInput
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