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