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 moreimpl Eq for SetupIntentPaymentMethodOptionsPix
Source§impl FromValueOpt for SetupIntentPaymentMethodOptionsPix
impl FromValueOpt for SetupIntentPaymentMethodOptionsPix
fn from_value(v: Value) -> Option<Self>
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