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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for PaymentMethodOptionsCardPresentRouting
Source§impl FromValueOpt for PaymentMethodOptionsCardPresentRouting
impl FromValueOpt for PaymentMethodOptionsCardPresentRouting
fn from_value(v: Value) -> Option<Self>
impl StructuralPartialEq 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 UnsafeUnpin 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