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