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