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