pub struct SetupIntentPaymentMethodOptionsAmazonPay {}Trait Implementations§
Source§impl Clone for SetupIntentPaymentMethodOptionsAmazonPay
impl Clone for SetupIntentPaymentMethodOptionsAmazonPay
Source§fn clone(&self) -> SetupIntentPaymentMethodOptionsAmazonPay
fn clone(&self) -> SetupIntentPaymentMethodOptionsAmazonPay
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 SetupIntentPaymentMethodOptionsAmazonPay
impl PartialEq for SetupIntentPaymentMethodOptionsAmazonPay
Source§fn eq(&self, other: &SetupIntentPaymentMethodOptionsAmazonPay) -> bool
fn eq(&self, other: &SetupIntentPaymentMethodOptionsAmazonPay) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SetupIntentPaymentMethodOptionsAmazonPay
impl Eq for SetupIntentPaymentMethodOptionsAmazonPay
impl StructuralPartialEq for SetupIntentPaymentMethodOptionsAmazonPay
Auto Trait Implementations§
impl Freeze for SetupIntentPaymentMethodOptionsAmazonPay
impl RefUnwindSafe for SetupIntentPaymentMethodOptionsAmazonPay
impl Send for SetupIntentPaymentMethodOptionsAmazonPay
impl Sync for SetupIntentPaymentMethodOptionsAmazonPay
impl Unpin for SetupIntentPaymentMethodOptionsAmazonPay
impl UnsafeUnpin for SetupIntentPaymentMethodOptionsAmazonPay
impl UnwindSafe for SetupIntentPaymentMethodOptionsAmazonPay
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