pub struct PaymentMethodCardWalletApplePay {}
Trait Implementations§
Source§impl Clone for PaymentMethodCardWalletApplePay
impl Clone for PaymentMethodCardWalletApplePay
Source§fn clone(&self) -> PaymentMethodCardWalletApplePay
fn clone(&self) -> PaymentMethodCardWalletApplePay
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 PaymentMethodCardWalletApplePay
impl FromValueOpt for PaymentMethodCardWalletApplePay
fn from_value(v: Value) -> Option<Self>
impl Copy for PaymentMethodCardWalletApplePay
Auto Trait Implementations§
impl Freeze for PaymentMethodCardWalletApplePay
impl RefUnwindSafe for PaymentMethodCardWalletApplePay
impl Send for PaymentMethodCardWalletApplePay
impl Sync for PaymentMethodCardWalletApplePay
impl Unpin for PaymentMethodCardWalletApplePay
impl UnwindSafe for PaymentMethodCardWalletApplePay
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