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