pub enum UpdatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage {
De,
En,
Es,
Fr,
It,
Nl,
Pl,
}Expand description
Language shown to the payer on redirect.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
impl Clone for UpdatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
Source§fn clone(
&self,
) -> UpdatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
fn clone( &self, ) -> UpdatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
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 PartialEq for UpdatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
impl PartialEq for UpdatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
Source§fn eq(
&self,
other: &UpdatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage,
) -> bool
fn eq( &self, other: &UpdatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for UpdatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
impl Eq for UpdatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
impl StructuralPartialEq for UpdatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
Auto Trait Implementations§
impl Freeze for UpdatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
impl RefUnwindSafe for UpdatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
impl Send for UpdatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
impl Sync for UpdatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
impl Unpin for UpdatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
impl UnwindSafe for UpdatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
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