pub struct SetupIntentPaymentMethodOptionsPix {
pub mandate_options: Option<PaymentMethodOptionsMandateOptionsPix>,
}Fields§
§mandate_options: Option<PaymentMethodOptionsMandateOptionsPix>Trait Implementations§
Source§impl Clone for SetupIntentPaymentMethodOptionsPix
impl Clone for SetupIntentPaymentMethodOptionsPix
Source§fn clone(&self) -> SetupIntentPaymentMethodOptionsPix
fn clone(&self) -> SetupIntentPaymentMethodOptionsPix
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 moreSource§impl PartialEq for SetupIntentPaymentMethodOptionsPix
impl PartialEq for SetupIntentPaymentMethodOptionsPix
Source§fn eq(&self, other: &SetupIntentPaymentMethodOptionsPix) -> bool
fn eq(&self, other: &SetupIntentPaymentMethodOptionsPix) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SetupIntentPaymentMethodOptionsPix
impl StructuralPartialEq for SetupIntentPaymentMethodOptionsPix
Auto Trait Implementations§
impl Freeze for SetupIntentPaymentMethodOptionsPix
impl RefUnwindSafe for SetupIntentPaymentMethodOptionsPix
impl Send for SetupIntentPaymentMethodOptionsPix
impl Sync for SetupIntentPaymentMethodOptionsPix
impl Unpin for SetupIntentPaymentMethodOptionsPix
impl UnsafeUnpin for SetupIntentPaymentMethodOptionsPix
impl UnwindSafe for SetupIntentPaymentMethodOptionsPix
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