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