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