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