Enum stripe::generated::core::setup_intent::CreateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
source · 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 copy 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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)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.