pub struct PaymentLinksResourceCardPaymentMethodOptions {
pub restrictions: Option<PaymentLinksResourceCardRestrictions>,
}Fields§
§restrictions: Option<PaymentLinksResourceCardRestrictions>Restrictions to apply to the card payment method. For example, you can block specific card brands.
Trait Implementations§
Source§impl Clone for PaymentLinksResourceCardPaymentMethodOptions
impl Clone for PaymentLinksResourceCardPaymentMethodOptions
Source§fn clone(&self) -> PaymentLinksResourceCardPaymentMethodOptions
fn clone(&self) -> PaymentLinksResourceCardPaymentMethodOptions
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 PaymentLinksResourceCardPaymentMethodOptions
Source§impl FromValueOpt for PaymentLinksResourceCardPaymentMethodOptions
impl FromValueOpt for PaymentLinksResourceCardPaymentMethodOptions
fn from_value(v: Value) -> Option<Self>
impl StructuralPartialEq for PaymentLinksResourceCardPaymentMethodOptions
Auto Trait Implementations§
impl Freeze for PaymentLinksResourceCardPaymentMethodOptions
impl RefUnwindSafe for PaymentLinksResourceCardPaymentMethodOptions
impl Send for PaymentLinksResourceCardPaymentMethodOptions
impl Sync for PaymentLinksResourceCardPaymentMethodOptions
impl Unpin for PaymentLinksResourceCardPaymentMethodOptions
impl UnsafeUnpin for PaymentLinksResourceCardPaymentMethodOptions
impl UnwindSafe for PaymentLinksResourceCardPaymentMethodOptions
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