pub struct CreatePaymentMethodConfigurationKrCard {
pub display_preference: Option<CreatePaymentMethodConfigurationKrCardDisplayPreference>,
}Expand description
Korean cards let users pay using locally issued cards from South Korea.
Fields§
§display_preference: Option<CreatePaymentMethodConfigurationKrCardDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodConfigurationKrCard
impl Clone for CreatePaymentMethodConfigurationKrCard
Source§fn clone(&self) -> CreatePaymentMethodConfigurationKrCard
fn clone(&self) -> CreatePaymentMethodConfigurationKrCard
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 CreatePaymentMethodConfigurationKrCard
impl PartialEq for CreatePaymentMethodConfigurationKrCard
Source§fn eq(&self, other: &CreatePaymentMethodConfigurationKrCard) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationKrCard) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentMethodConfigurationKrCard
impl StructuralPartialEq for CreatePaymentMethodConfigurationKrCard
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodConfigurationKrCard
impl RefUnwindSafe for CreatePaymentMethodConfigurationKrCard
impl Send for CreatePaymentMethodConfigurationKrCard
impl Sync for CreatePaymentMethodConfigurationKrCard
impl Unpin for CreatePaymentMethodConfigurationKrCard
impl UnsafeUnpin for CreatePaymentMethodConfigurationKrCard
impl UnwindSafe for CreatePaymentMethodConfigurationKrCard
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