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