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