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