pub enum ConfirmPaymentIntentPaymentMethodOptionsPaypalCaptureMethod {
Manual,
}
Expand description
Controls when the funds will be captured from the customer’s account.
Variants§
Manual
Implementations§
Trait Implementations§
Source§impl Clone for ConfirmPaymentIntentPaymentMethodOptionsPaypalCaptureMethod
impl Clone for ConfirmPaymentIntentPaymentMethodOptionsPaypalCaptureMethod
Source§fn clone(&self) -> ConfirmPaymentIntentPaymentMethodOptionsPaypalCaptureMethod
fn clone(&self) -> ConfirmPaymentIntentPaymentMethodOptionsPaypalCaptureMethod
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 ConfirmPaymentIntentPaymentMethodOptionsPaypalCaptureMethod
impl PartialEq for ConfirmPaymentIntentPaymentMethodOptionsPaypalCaptureMethod
Source§fn eq(
&self,
other: &ConfirmPaymentIntentPaymentMethodOptionsPaypalCaptureMethod,
) -> bool
fn eq( &self, other: &ConfirmPaymentIntentPaymentMethodOptionsPaypalCaptureMethod, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for ConfirmPaymentIntentPaymentMethodOptionsPaypalCaptureMethod
impl Eq for ConfirmPaymentIntentPaymentMethodOptionsPaypalCaptureMethod
impl StructuralPartialEq for ConfirmPaymentIntentPaymentMethodOptionsPaypalCaptureMethod
Auto Trait Implementations§
impl Freeze for ConfirmPaymentIntentPaymentMethodOptionsPaypalCaptureMethod
impl RefUnwindSafe for ConfirmPaymentIntentPaymentMethodOptionsPaypalCaptureMethod
impl Send for ConfirmPaymentIntentPaymentMethodOptionsPaypalCaptureMethod
impl Sync for ConfirmPaymentIntentPaymentMethodOptionsPaypalCaptureMethod
impl Unpin for ConfirmPaymentIntentPaymentMethodOptionsPaypalCaptureMethod
impl UnwindSafe for ConfirmPaymentIntentPaymentMethodOptionsPaypalCaptureMethod
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