pub struct SetupIntentPaymentMethodOptionsUpi {
pub mandate_options: Option<PaymentMethodOptionsMandateOptionsUpi>,
}Fields§
§mandate_options: Option<PaymentMethodOptionsMandateOptionsUpi>Trait Implementations§
Source§impl Clone for SetupIntentPaymentMethodOptionsUpi
impl Clone for SetupIntentPaymentMethodOptionsUpi
Source§fn clone(&self) -> SetupIntentPaymentMethodOptionsUpi
fn clone(&self) -> SetupIntentPaymentMethodOptionsUpi
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 moreimpl Eq for SetupIntentPaymentMethodOptionsUpi
Source§impl FromValueOpt for SetupIntentPaymentMethodOptionsUpi
impl FromValueOpt for SetupIntentPaymentMethodOptionsUpi
fn from_value(v: Value) -> Option<Self>
impl StructuralPartialEq for SetupIntentPaymentMethodOptionsUpi
Auto Trait Implementations§
impl Freeze for SetupIntentPaymentMethodOptionsUpi
impl RefUnwindSafe for SetupIntentPaymentMethodOptionsUpi
impl Send for SetupIntentPaymentMethodOptionsUpi
impl Sync for SetupIntentPaymentMethodOptionsUpi
impl Unpin for SetupIntentPaymentMethodOptionsUpi
impl UnsafeUnpin for SetupIntentPaymentMethodOptionsUpi
impl UnwindSafe for SetupIntentPaymentMethodOptionsUpi
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