pub struct UpdatePaymentMethodConfigurationTwint {
pub display_preference: Option<UpdatePaymentMethodConfigurationTwintDisplayPreference>,
}Expand description
Twint is a payment method popular in Switzerland. It allows customers to pay using their mobile phone. Check this page for more details.
Fields§
§display_preference: Option<UpdatePaymentMethodConfigurationTwintDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationTwint
impl Clone for UpdatePaymentMethodConfigurationTwint
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationTwint
fn clone(&self) -> UpdatePaymentMethodConfigurationTwint
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 UpdatePaymentMethodConfigurationTwint
impl PartialEq for UpdatePaymentMethodConfigurationTwint
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationTwint) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationTwint) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationTwint
impl StructuralPartialEq for UpdatePaymentMethodConfigurationTwint
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationTwint
impl RefUnwindSafe for UpdatePaymentMethodConfigurationTwint
impl Send for UpdatePaymentMethodConfigurationTwint
impl Sync for UpdatePaymentMethodConfigurationTwint
impl Unpin for UpdatePaymentMethodConfigurationTwint
impl UnsafeUnpin for UpdatePaymentMethodConfigurationTwint
impl UnwindSafe for UpdatePaymentMethodConfigurationTwint
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