pub enum CreateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch {
Balances,
Transactions,
}
Expand description
An enum representing the possible values of an CreateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnections
’s prefetch
field.
Variants§
Implementations§
Trait Implementations§
Source§impl AsRef<str> for CreateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
impl AsRef<str> for CreateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
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 Default for CreateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
impl Default for CreateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
Source§impl<'de> Deserialize<'de> for CreateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
impl<'de> Deserialize<'de> for CreateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for CreateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
impl Display 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.