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 · 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>
Auto Trait Implementations§
impl Freeze for PaymentFlowsPaymentIntentAsyncWorkflows
impl RefUnwindSafe for PaymentFlowsPaymentIntentAsyncWorkflows
impl Send for PaymentFlowsPaymentIntentAsyncWorkflows
impl Sync for PaymentFlowsPaymentIntentAsyncWorkflows
impl Unpin 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