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