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