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