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 moreimpl Copy 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 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