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 · 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>
Auto Trait Implementations§
impl Freeze for InvoicePaymentMethodOptionsBancontact
impl RefUnwindSafe for InvoicePaymentMethodOptionsBancontact
impl Send for InvoicePaymentMethodOptionsBancontact
impl Sync for InvoicePaymentMethodOptionsBancontact
impl Unpin 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