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