pub struct UpdatePaymentMethodConfigurationWechatPay {
pub display_preference: Option<UpdatePaymentMethodConfigurationWechatPayDisplayPreference>,
}Expand description
WeChat, owned by Tencent, is China’s leading mobile app with over 1 billion monthly active users. Chinese consumers can use WeChat Pay to pay for goods and services inside of businesses’ apps and websites. WeChat Pay users buy most frequently in gaming, e-commerce, travel, online education, and food/nutrition. Check this page for more details.
Fields§
§display_preference: Option<UpdatePaymentMethodConfigurationWechatPayDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationWechatPay
impl Clone for UpdatePaymentMethodConfigurationWechatPay
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationWechatPay
fn clone(&self) -> UpdatePaymentMethodConfigurationWechatPay
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 UpdatePaymentMethodConfigurationWechatPay
impl PartialEq for UpdatePaymentMethodConfigurationWechatPay
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationWechatPay) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationWechatPay) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationWechatPay
impl StructuralPartialEq for UpdatePaymentMethodConfigurationWechatPay
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationWechatPay
impl RefUnwindSafe for UpdatePaymentMethodConfigurationWechatPay
impl Send for UpdatePaymentMethodConfigurationWechatPay
impl Sync for UpdatePaymentMethodConfigurationWechatPay
impl Unpin for UpdatePaymentMethodConfigurationWechatPay
impl UnsafeUnpin for UpdatePaymentMethodConfigurationWechatPay
impl UnwindSafe for UpdatePaymentMethodConfigurationWechatPay
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