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