pub struct PaymentFlowsPrivatePaymentMethodsCardPresentCommonWallet {
pub type_: PaymentFlowsPrivatePaymentMethodsCardPresentCommonWalletType,
}
Fields§
§type_: PaymentFlowsPrivatePaymentMethodsCardPresentCommonWalletType
The type of mobile wallet, one of apple_pay
, google_pay
, samsung_pay
, or unknown
.
Trait Implementations§
Source§impl Clone for PaymentFlowsPrivatePaymentMethodsCardPresentCommonWallet
impl Clone for PaymentFlowsPrivatePaymentMethodsCardPresentCommonWallet
Source§fn clone(&self) -> PaymentFlowsPrivatePaymentMethodsCardPresentCommonWallet
fn clone(&self) -> PaymentFlowsPrivatePaymentMethodsCardPresentCommonWallet
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 FromValueOpt for PaymentFlowsPrivatePaymentMethodsCardPresentCommonWallet
impl FromValueOpt for PaymentFlowsPrivatePaymentMethodsCardPresentCommonWallet
fn from_value(v: Value) -> Option<Self>
impl Copy for PaymentFlowsPrivatePaymentMethodsCardPresentCommonWallet
Auto Trait Implementations§
impl Freeze for PaymentFlowsPrivatePaymentMethodsCardPresentCommonWallet
impl RefUnwindSafe for PaymentFlowsPrivatePaymentMethodsCardPresentCommonWallet
impl Send for PaymentFlowsPrivatePaymentMethodsCardPresentCommonWallet
impl Sync for PaymentFlowsPrivatePaymentMethodsCardPresentCommonWallet
impl Unpin for PaymentFlowsPrivatePaymentMethodsCardPresentCommonWallet
impl UnwindSafe for PaymentFlowsPrivatePaymentMethodsCardPresentCommonWallet
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