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 moreAuto Trait Implementations§
impl Freeze for SetupIntentPaymentMethodOptionsSepaDebit
impl RefUnwindSafe for SetupIntentPaymentMethodOptionsSepaDebit
impl Send for SetupIntentPaymentMethodOptionsSepaDebit
impl Sync for SetupIntentPaymentMethodOptionsSepaDebit
impl Unpin 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