pub struct CheckoutScalapayPaymentMethodOptions {
pub capture_method: Option<CheckoutScalapayPaymentMethodOptionsCaptureMethod>,
}Fields§
§capture_method: Option<CheckoutScalapayPaymentMethodOptionsCaptureMethod>Controls when the funds will be captured from the customer’s account.
Trait Implementations§
Source§impl Clone for CheckoutScalapayPaymentMethodOptions
impl Clone for CheckoutScalapayPaymentMethodOptions
Source§fn clone(&self) -> CheckoutScalapayPaymentMethodOptions
fn clone(&self) -> CheckoutScalapayPaymentMethodOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for CheckoutScalapayPaymentMethodOptions
Source§impl FromValueOpt for CheckoutScalapayPaymentMethodOptions
impl FromValueOpt for CheckoutScalapayPaymentMethodOptions
fn from_value(v: Value) -> Option<Self>
impl StructuralPartialEq for CheckoutScalapayPaymentMethodOptions
Auto Trait Implementations§
impl Freeze for CheckoutScalapayPaymentMethodOptions
impl RefUnwindSafe for CheckoutScalapayPaymentMethodOptions
impl Send for CheckoutScalapayPaymentMethodOptions
impl Sync for CheckoutScalapayPaymentMethodOptions
impl Unpin for CheckoutScalapayPaymentMethodOptions
impl UnsafeUnpin for CheckoutScalapayPaymentMethodOptions
impl UnwindSafe for CheckoutScalapayPaymentMethodOptions
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