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