Enum stripe::generated::core::payment_intent::CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
source · pub enum CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage {
De,
En,
Es,
Fr,
It,
Nl,
Pl,
}Expand description
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsSofort’s preferred_language field.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
impl Clone for CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
source§fn clone(
&self
) -> CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
fn clone( &self ) -> CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
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<'de> Deserialize<'de> for CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
impl<'de> Deserialize<'de> for CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
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 PartialEq<CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage> for CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
impl PartialEq<CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage> for CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
source§fn eq(
&self,
other: &CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
) -> bool
fn eq( &self, other: &CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
impl Eq for CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
impl StructuralEq for CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
impl StructuralPartialEq for CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
Auto Trait Implementations§
impl RefUnwindSafe for CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
impl Send for CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
impl Sync for CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
impl Unpin for CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
impl UnwindSafe for CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.