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