pub struct UpdatePaymentMethodConfigurationGrabpayDisplayPreference {
pub preference: Option<UpdatePaymentMethodConfigurationGrabpayDisplayPreferencePreference>,
}Expand description
Whether or not the payment method should be displayed.
Fields§
§preference: Option<UpdatePaymentMethodConfigurationGrabpayDisplayPreferencePreference>The account’s preference for whether or not to display this payment method.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationGrabpayDisplayPreference
impl Clone for UpdatePaymentMethodConfigurationGrabpayDisplayPreference
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationGrabpayDisplayPreference
fn clone(&self) -> UpdatePaymentMethodConfigurationGrabpayDisplayPreference
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 UpdatePaymentMethodConfigurationGrabpayDisplayPreference
impl PartialEq for UpdatePaymentMethodConfigurationGrabpayDisplayPreference
Source§fn eq(
&self,
other: &UpdatePaymentMethodConfigurationGrabpayDisplayPreference,
) -> bool
fn eq( &self, other: &UpdatePaymentMethodConfigurationGrabpayDisplayPreference, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationGrabpayDisplayPreference
impl StructuralPartialEq for UpdatePaymentMethodConfigurationGrabpayDisplayPreference
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationGrabpayDisplayPreference
impl RefUnwindSafe for UpdatePaymentMethodConfigurationGrabpayDisplayPreference
impl Send for UpdatePaymentMethodConfigurationGrabpayDisplayPreference
impl Sync for UpdatePaymentMethodConfigurationGrabpayDisplayPreference
impl Unpin for UpdatePaymentMethodConfigurationGrabpayDisplayPreference
impl UnsafeUnpin for UpdatePaymentMethodConfigurationGrabpayDisplayPreference
impl UnwindSafe for UpdatePaymentMethodConfigurationGrabpayDisplayPreference
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