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 (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 SetupIntentPaymentMethodOptionsSepaDebit
Source§impl FromValueOpt for SetupIntentPaymentMethodOptionsSepaDebit
impl FromValueOpt for SetupIntentPaymentMethodOptionsSepaDebit
fn from_value(v: Value) -> Option<Self>
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