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