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