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