pub struct IssuingCardWallets {
pub apple_pay: IssuingCardApplePay,
pub google_pay: IssuingCardGooglePay,
pub primary_account_identifier: Option<String>,
}
Fields§
§apple_pay: IssuingCardApplePay
§google_pay: IssuingCardGooglePay
§primary_account_identifier: Option<String>
Unique identifier for a card used with digital wallets
Trait Implementations§
Source§impl Clone for IssuingCardWallets
impl Clone for IssuingCardWallets
Source§fn clone(&self) -> IssuingCardWallets
fn clone(&self) -> IssuingCardWallets
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 Debug for IssuingCardWallets
impl Debug for IssuingCardWallets
Source§impl Deserialize for IssuingCardWallets
impl Deserialize for IssuingCardWallets
Source§impl ObjectDeser for IssuingCardWallets
impl ObjectDeser for IssuingCardWallets
Auto Trait Implementations§
impl Freeze for IssuingCardWallets
impl RefUnwindSafe for IssuingCardWallets
impl Send for IssuingCardWallets
impl Sync for IssuingCardWallets
impl Unpin for IssuingCardWallets
impl UnwindSafe for IssuingCardWallets
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