pub enum SetupAttemptPaymentMethodDetailsSofortPreferredLanguage {
De,
En,
Fr,
Nl,
}
Expand description
Preferred language of the Sofort authorization page that the customer is redirected to.
Can be one of en
, de
, fr
, or nl
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SetupAttemptPaymentMethodDetailsSofortPreferredLanguage
impl Clone for SetupAttemptPaymentMethodDetailsSofortPreferredLanguage
Source§fn clone(&self) -> SetupAttemptPaymentMethodDetailsSofortPreferredLanguage
fn clone(&self) -> SetupAttemptPaymentMethodDetailsSofortPreferredLanguage
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 FromValueOpt for SetupAttemptPaymentMethodDetailsSofortPreferredLanguage
impl FromValueOpt for SetupAttemptPaymentMethodDetailsSofortPreferredLanguage
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for SetupAttemptPaymentMethodDetailsSofortPreferredLanguage
impl PartialEq for SetupAttemptPaymentMethodDetailsSofortPreferredLanguage
Source§fn eq(
&self,
other: &SetupAttemptPaymentMethodDetailsSofortPreferredLanguage,
) -> bool
fn eq( &self, other: &SetupAttemptPaymentMethodDetailsSofortPreferredLanguage, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for SetupAttemptPaymentMethodDetailsSofortPreferredLanguage
impl Eq for SetupAttemptPaymentMethodDetailsSofortPreferredLanguage
impl StructuralPartialEq for SetupAttemptPaymentMethodDetailsSofortPreferredLanguage
Auto Trait Implementations§
impl Freeze for SetupAttemptPaymentMethodDetailsSofortPreferredLanguage
impl RefUnwindSafe for SetupAttemptPaymentMethodDetailsSofortPreferredLanguage
impl Send for SetupAttemptPaymentMethodDetailsSofortPreferredLanguage
impl Sync for SetupAttemptPaymentMethodDetailsSofortPreferredLanguage
impl Unpin for SetupAttemptPaymentMethodDetailsSofortPreferredLanguage
impl UnwindSafe for SetupAttemptPaymentMethodDetailsSofortPreferredLanguage
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