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