pub enum ConfirmSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor {
Invoice,
Subscription,
}Expand description
List of Stripe products where this mandate can be selected automatically.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ConfirmSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
impl Clone for ConfirmSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
Source§fn clone(
&self,
) -> ConfirmSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
fn clone( &self, ) -> ConfirmSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
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 ConfirmSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
impl PartialEq for ConfirmSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
Source§fn eq(
&self,
other: &ConfirmSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor,
) -> bool
fn eq( &self, other: &ConfirmSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ConfirmSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
impl Eq for ConfirmSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
impl StructuralPartialEq for ConfirmSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
Auto Trait Implementations§
impl Freeze for ConfirmSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
impl RefUnwindSafe for ConfirmSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
impl Send for ConfirmSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
impl Sync for ConfirmSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
impl Unpin for ConfirmSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
impl UnwindSafe for ConfirmSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
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