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