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