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