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