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