pub struct PaymentMethodOptionsSatispay {
pub capture_method: Option<PaymentMethodOptionsSatispayCaptureMethod>,
}Fields§
§capture_method: Option<PaymentMethodOptionsSatispayCaptureMethod>Controls when the funds will be captured from the customer’s account.
Trait Implementations§
Source§impl Clone for PaymentMethodOptionsSatispay
impl Clone for PaymentMethodOptionsSatispay
Source§fn clone(&self) -> PaymentMethodOptionsSatispay
fn clone(&self) -> PaymentMethodOptionsSatispay
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 Debug for PaymentMethodOptionsSatispay
impl Debug for PaymentMethodOptionsSatispay
Source§impl PartialEq for PaymentMethodOptionsSatispay
impl PartialEq for PaymentMethodOptionsSatispay
Source§fn eq(&self, other: &PaymentMethodOptionsSatispay) -> bool
fn eq(&self, other: &PaymentMethodOptionsSatispay) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PaymentMethodOptionsSatispay
impl StructuralPartialEq for PaymentMethodOptionsSatispay
Auto Trait Implementations§
impl Freeze for PaymentMethodOptionsSatispay
impl RefUnwindSafe for PaymentMethodOptionsSatispay
impl Send for PaymentMethodOptionsSatispay
impl Sync for PaymentMethodOptionsSatispay
impl Unpin for PaymentMethodOptionsSatispay
impl UnsafeUnpin for PaymentMethodOptionsSatispay
impl UnwindSafe for PaymentMethodOptionsSatispay
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