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