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