pub struct InvoicePaymentMethodOptionsBancontact {
pub preferred_language: InvoicePaymentMethodOptionsBancontactPreferredLanguage,
}Fields§
§preferred_language: InvoicePaymentMethodOptionsBancontactPreferredLanguagePreferred language of the Bancontact authorization page that the customer is redirected to.
Trait Implementations§
Source§impl Clone for InvoicePaymentMethodOptionsBancontact
impl Clone for InvoicePaymentMethodOptionsBancontact
Source§fn clone(&self) -> InvoicePaymentMethodOptionsBancontact
fn clone(&self) -> InvoicePaymentMethodOptionsBancontact
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InvoicePaymentMethodOptionsBancontact
impl FromValueOpt for InvoicePaymentMethodOptionsBancontact
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for InvoicePaymentMethodOptionsBancontact
impl PartialEq for InvoicePaymentMethodOptionsBancontact
Source§fn eq(&self, other: &InvoicePaymentMethodOptionsBancontact) -> bool
fn eq(&self, other: &InvoicePaymentMethodOptionsBancontact) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for InvoicePaymentMethodOptionsBancontact
impl StructuralPartialEq for InvoicePaymentMethodOptionsBancontact
Auto Trait Implementations§
impl Freeze for InvoicePaymentMethodOptionsBancontact
impl RefUnwindSafe for InvoicePaymentMethodOptionsBancontact
impl Send for InvoicePaymentMethodOptionsBancontact
impl Sync for InvoicePaymentMethodOptionsBancontact
impl Unpin for InvoicePaymentMethodOptionsBancontact
impl UnsafeUnpin for InvoicePaymentMethodOptionsBancontact
impl UnwindSafe for InvoicePaymentMethodOptionsBancontact
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