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