pub struct CheckoutSamsungPayPaymentMethodOptions {
pub capture_method: Option<CheckoutSamsungPayPaymentMethodOptionsCaptureMethod>,
}
Fields§
§capture_method: Option<CheckoutSamsungPayPaymentMethodOptionsCaptureMethod>
Controls when the funds will be captured from the customer’s account.
Trait Implementations§
Source§impl Clone for CheckoutSamsungPayPaymentMethodOptions
impl Clone for CheckoutSamsungPayPaymentMethodOptions
Source§fn clone(&self) -> CheckoutSamsungPayPaymentMethodOptions
fn clone(&self) -> CheckoutSamsungPayPaymentMethodOptions
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 CheckoutSamsungPayPaymentMethodOptions
impl FromValueOpt for CheckoutSamsungPayPaymentMethodOptions
fn from_value(v: Value) -> Option<Self>
impl Copy for CheckoutSamsungPayPaymentMethodOptions
Auto Trait Implementations§
impl Freeze for CheckoutSamsungPayPaymentMethodOptions
impl RefUnwindSafe for CheckoutSamsungPayPaymentMethodOptions
impl Send for CheckoutSamsungPayPaymentMethodOptions
impl Sync for CheckoutSamsungPayPaymentMethodOptions
impl Unpin for CheckoutSamsungPayPaymentMethodOptions
impl UnwindSafe for CheckoutSamsungPayPaymentMethodOptions
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