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 · 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 SetupIntentPaymentMethodOptionsUpi
impl PartialEq for SetupIntentPaymentMethodOptionsUpi
Source§fn eq(&self, other: &SetupIntentPaymentMethodOptionsUpi) -> bool
fn eq(&self, other: &SetupIntentPaymentMethodOptionsUpi) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SetupIntentPaymentMethodOptionsUpi
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