pub enum ConfirmSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod {
Automatic,
Instant,
Microdeposits,
}
Expand description
Bank account verification method.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ConfirmSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod
impl Clone for ConfirmSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod
Source§fn clone(
&self,
) -> ConfirmSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod
fn clone( &self, ) -> ConfirmSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod
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 ConfirmSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod
impl PartialEq for ConfirmSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod
Source§fn eq(
&self,
other: &ConfirmSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod,
) -> bool
fn eq( &self, other: &ConfirmSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for ConfirmSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod
impl Eq for ConfirmSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod
impl StructuralPartialEq for ConfirmSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod
Auto Trait Implementations§
impl Freeze for ConfirmSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod
impl RefUnwindSafe for ConfirmSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod
impl Send for ConfirmSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod
impl Sync for ConfirmSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod
impl Unpin for ConfirmSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod
impl UnwindSafe for ConfirmSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod
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