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