pub enum ConfirmPaymentIntentPaymentMethodOptionsCardPresentRoutingRequestedPriority {
Domestic,
International,
}
Expand description
Routing requested priority
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRoutingRequestedPriority
impl Clone for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRoutingRequestedPriority
Source§fn clone(
&self,
) -> ConfirmPaymentIntentPaymentMethodOptionsCardPresentRoutingRequestedPriority
fn clone( &self, ) -> ConfirmPaymentIntentPaymentMethodOptionsCardPresentRoutingRequestedPriority
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 ConfirmPaymentIntentPaymentMethodOptionsCardPresentRoutingRequestedPriority
impl PartialEq for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRoutingRequestedPriority
Source§fn eq(
&self,
other: &ConfirmPaymentIntentPaymentMethodOptionsCardPresentRoutingRequestedPriority,
) -> bool
fn eq( &self, other: &ConfirmPaymentIntentPaymentMethodOptionsCardPresentRoutingRequestedPriority, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRoutingRequestedPriority
impl Serialize for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRoutingRequestedPriority
impl Copy for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRoutingRequestedPriority
impl Eq for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRoutingRequestedPriority
impl StructuralPartialEq for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRoutingRequestedPriority
Auto Trait Implementations§
impl Freeze for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRoutingRequestedPriority
impl RefUnwindSafe for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRoutingRequestedPriority
impl Send for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRoutingRequestedPriority
impl Sync for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRoutingRequestedPriority
impl Unpin for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRoutingRequestedPriority
impl UnwindSafe for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRoutingRequestedPriority
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