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