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