pub struct UpdatePaymentMethodConfigurationCrypto {
pub display_preference: Option<UpdatePaymentMethodConfigurationCryptoDisplayPreference>,
}Expand description
Stablecoin payments enable customers to pay in stablecoins like USDC from 100s of wallets including Phantom and Metamask.
Fields§
§display_preference: Option<UpdatePaymentMethodConfigurationCryptoDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationCrypto
impl Clone for UpdatePaymentMethodConfigurationCrypto
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationCrypto
fn clone(&self) -> UpdatePaymentMethodConfigurationCrypto
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 UpdatePaymentMethodConfigurationCrypto
impl PartialEq for UpdatePaymentMethodConfigurationCrypto
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationCrypto) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationCrypto) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationCrypto
impl StructuralPartialEq for UpdatePaymentMethodConfigurationCrypto
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationCrypto
impl RefUnwindSafe for UpdatePaymentMethodConfigurationCrypto
impl Send for UpdatePaymentMethodConfigurationCrypto
impl Sync for UpdatePaymentMethodConfigurationCrypto
impl Unpin for UpdatePaymentMethodConfigurationCrypto
impl UnsafeUnpin for UpdatePaymentMethodConfigurationCrypto
impl UnwindSafe for UpdatePaymentMethodConfigurationCrypto
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