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