pub struct UpdatePaymentMethodConfigurationKlarnaDisplayPreference {
pub preference: Option<UpdatePaymentMethodConfigurationKlarnaDisplayPreferencePreference>,
}Expand description
Whether or not the payment method should be displayed.
Fields§
§preference: Option<UpdatePaymentMethodConfigurationKlarnaDisplayPreferencePreference>The account’s preference for whether or not to display this payment method.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationKlarnaDisplayPreference
impl Clone for UpdatePaymentMethodConfigurationKlarnaDisplayPreference
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationKlarnaDisplayPreference
fn clone(&self) -> UpdatePaymentMethodConfigurationKlarnaDisplayPreference
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 UpdatePaymentMethodConfigurationKlarnaDisplayPreference
impl PartialEq for UpdatePaymentMethodConfigurationKlarnaDisplayPreference
Source§fn eq(
&self,
other: &UpdatePaymentMethodConfigurationKlarnaDisplayPreference,
) -> bool
fn eq( &self, other: &UpdatePaymentMethodConfigurationKlarnaDisplayPreference, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationKlarnaDisplayPreference
impl StructuralPartialEq for UpdatePaymentMethodConfigurationKlarnaDisplayPreference
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationKlarnaDisplayPreference
impl RefUnwindSafe for UpdatePaymentMethodConfigurationKlarnaDisplayPreference
impl Send for UpdatePaymentMethodConfigurationKlarnaDisplayPreference
impl Sync for UpdatePaymentMethodConfigurationKlarnaDisplayPreference
impl Unpin for UpdatePaymentMethodConfigurationKlarnaDisplayPreference
impl UnsafeUnpin for UpdatePaymentMethodConfigurationKlarnaDisplayPreference
impl UnwindSafe for UpdatePaymentMethodConfigurationKlarnaDisplayPreference
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