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