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