pub struct UpdatePaymentMethodConfigurationLink {
pub display_preference: Option<UpdatePaymentMethodConfigurationLinkDisplayPreference>,
}Expand description
Link is a payment method network. With Link, users save their payment details once, then reuse that information to pay with one click for any business on the network.
Fields§
§display_preference: Option<UpdatePaymentMethodConfigurationLinkDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationLink
impl Clone for UpdatePaymentMethodConfigurationLink
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationLink
fn clone(&self) -> UpdatePaymentMethodConfigurationLink
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 PartialEq for UpdatePaymentMethodConfigurationLink
impl PartialEq for UpdatePaymentMethodConfigurationLink
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationLink) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationLink) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationLink
impl StructuralPartialEq for UpdatePaymentMethodConfigurationLink
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationLink
impl RefUnwindSafe for UpdatePaymentMethodConfigurationLink
impl Send for UpdatePaymentMethodConfigurationLink
impl Sync for UpdatePaymentMethodConfigurationLink
impl Unpin for UpdatePaymentMethodConfigurationLink
impl UnsafeUnpin for UpdatePaymentMethodConfigurationLink
impl UnwindSafe for UpdatePaymentMethodConfigurationLink
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