pub struct UpdatePaymentMethodConfigurationCashapp {
pub display_preference: Option<UpdatePaymentMethodConfigurationCashappDisplayPreference>,
}Expand description
Cash App is a popular consumer app in the US that allows customers to bank, invest, send, and receive money using their digital wallet. Check this page for more details.
Fields§
§display_preference: Option<UpdatePaymentMethodConfigurationCashappDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationCashapp
impl Clone for UpdatePaymentMethodConfigurationCashapp
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationCashapp
fn clone(&self) -> UpdatePaymentMethodConfigurationCashapp
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 UpdatePaymentMethodConfigurationCashapp
impl PartialEq for UpdatePaymentMethodConfigurationCashapp
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationCashapp) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationCashapp) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationCashapp
impl StructuralPartialEq for UpdatePaymentMethodConfigurationCashapp
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationCashapp
impl RefUnwindSafe for UpdatePaymentMethodConfigurationCashapp
impl Send for UpdatePaymentMethodConfigurationCashapp
impl Sync for UpdatePaymentMethodConfigurationCashapp
impl Unpin for UpdatePaymentMethodConfigurationCashapp
impl UnsafeUnpin for UpdatePaymentMethodConfigurationCashapp
impl UnwindSafe for UpdatePaymentMethodConfigurationCashapp
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