pub enum CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch {
Balances,
Ownership,
Transactions,
}
Expand description
List of data features that you would like to retrieve upon account creation.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
impl Clone for CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
Source§fn clone(
&self,
) -> CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
fn clone( &self, ) -> CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
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 CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
impl Debug for CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
Source§impl Display for CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
impl Display for CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
Source§impl FromStr for CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
impl FromStr for CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
Source§impl PartialEq for CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
impl PartialEq for CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
Source§fn eq(
&self,
other: &CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch,
) -> bool
fn eq( &self, other: &CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
impl Serialize for CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
impl Copy for CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
impl Eq for CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
impl StructuralPartialEq for CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
Auto Trait Implementations§
impl Freeze for CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
impl RefUnwindSafe for CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
impl Send for CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
impl Sync for CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
impl Unpin for CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
impl UnwindSafe for CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
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