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