pub struct PaymentLinksResourcePaymentMethodOptions {
pub card: Option<PaymentLinksResourceCardPaymentMethodOptions>,
}Fields§
§card: Option<PaymentLinksResourceCardPaymentMethodOptions>Configuration for card payment methods.
Trait Implementations§
Source§impl Clone for PaymentLinksResourcePaymentMethodOptions
impl Clone for PaymentLinksResourcePaymentMethodOptions
Source§fn clone(&self) -> PaymentLinksResourcePaymentMethodOptions
fn clone(&self) -> PaymentLinksResourcePaymentMethodOptions
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 PaymentLinksResourcePaymentMethodOptions
Source§impl FromValueOpt for PaymentLinksResourcePaymentMethodOptions
impl FromValueOpt for PaymentLinksResourcePaymentMethodOptions
fn from_value(v: Value) -> Option<Self>
impl StructuralPartialEq for PaymentLinksResourcePaymentMethodOptions
Auto Trait Implementations§
impl Freeze for PaymentLinksResourcePaymentMethodOptions
impl RefUnwindSafe for PaymentLinksResourcePaymentMethodOptions
impl Send for PaymentLinksResourcePaymentMethodOptions
impl Sync for PaymentLinksResourcePaymentMethodOptions
impl Unpin for PaymentLinksResourcePaymentMethodOptions
impl UnsafeUnpin for PaymentLinksResourcePaymentMethodOptions
impl UnwindSafe for PaymentLinksResourcePaymentMethodOptions
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