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