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