pub enum CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod {
Paper,
}
Expand description
An enum representing the possible values of an CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions
’s collection_method
field.
Variants§
Paper
Implementations§
Trait Implementations§
Source§impl AsRef<str> for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl AsRef<str> for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
Source§impl Clone for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Clone for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
Source§fn clone(
&self,
) -> CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
fn clone( &self, ) -> CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
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 CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Debug for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
Source§impl Default for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Default for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
Source§impl<'de> Deserialize<'de> for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl<'de> Deserialize<'de> for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
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 CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Display for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
Source§impl PartialEq for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl PartialEq for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
Source§fn eq(
&self,
other: &CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod,
) -> bool
fn eq( &self, other: &CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Serialize for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Copy for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Eq for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl StructuralPartialEq for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
Auto Trait Implementations§
impl Freeze for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl RefUnwindSafe for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Send for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Sync for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Unpin for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl UnwindSafe for CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
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.