pub struct PaymentMethodOptionsCardPresentRouting {
pub requested_priority: Option<PaymentMethodOptionsCardPresentRoutingRequestedPriority>,
}
Fields§
§requested_priority: Option<PaymentMethodOptionsCardPresentRoutingRequestedPriority>
Requested routing priority
Trait Implementations§
Source§impl Clone for PaymentMethodOptionsCardPresentRouting
impl Clone for PaymentMethodOptionsCardPresentRouting
Source§fn clone(&self) -> PaymentMethodOptionsCardPresentRouting
fn clone(&self) -> PaymentMethodOptionsCardPresentRouting
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 FromValueOpt for PaymentMethodOptionsCardPresentRouting
impl FromValueOpt for PaymentMethodOptionsCardPresentRouting
fn from_value(v: Value) -> Option<Self>
impl Copy for PaymentMethodOptionsCardPresentRouting
Auto Trait Implementations§
impl Freeze for PaymentMethodOptionsCardPresentRouting
impl RefUnwindSafe for PaymentMethodOptionsCardPresentRouting
impl Send for PaymentMethodOptionsCardPresentRouting
impl Sync for PaymentMethodOptionsCardPresentRouting
impl Unpin for PaymentMethodOptionsCardPresentRouting
impl UnwindSafe for PaymentMethodOptionsCardPresentRouting
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