pub struct PaymentIntentNextActionUpiHandleRedirectOrDisplayQrCode {
pub hosted_instructions_url: String,
pub qr_code: PaymentIntentNextActionUpiqrCode,
}Fields§
§hosted_instructions_url: StringThe URL to the hosted UPI instructions page, which allows customers to view the QR code.
qr_code: PaymentIntentNextActionUpiqrCodeTrait Implementations§
Source§impl Clone for PaymentIntentNextActionUpiHandleRedirectOrDisplayQrCode
impl Clone for PaymentIntentNextActionUpiHandleRedirectOrDisplayQrCode
Source§fn clone(&self) -> PaymentIntentNextActionUpiHandleRedirectOrDisplayQrCode
fn clone(&self) -> PaymentIntentNextActionUpiHandleRedirectOrDisplayQrCode
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 PaymentIntentNextActionUpiHandleRedirectOrDisplayQrCode
impl PartialEq for PaymentIntentNextActionUpiHandleRedirectOrDisplayQrCode
Source§fn eq(
&self,
other: &PaymentIntentNextActionUpiHandleRedirectOrDisplayQrCode,
) -> bool
fn eq( &self, other: &PaymentIntentNextActionUpiHandleRedirectOrDisplayQrCode, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PaymentIntentNextActionUpiHandleRedirectOrDisplayQrCode
impl StructuralPartialEq for PaymentIntentNextActionUpiHandleRedirectOrDisplayQrCode
Auto Trait Implementations§
impl Freeze for PaymentIntentNextActionUpiHandleRedirectOrDisplayQrCode
impl RefUnwindSafe for PaymentIntentNextActionUpiHandleRedirectOrDisplayQrCode
impl Send for PaymentIntentNextActionUpiHandleRedirectOrDisplayQrCode
impl Sync for PaymentIntentNextActionUpiHandleRedirectOrDisplayQrCode
impl Unpin for PaymentIntentNextActionUpiHandleRedirectOrDisplayQrCode
impl UnsafeUnpin for PaymentIntentNextActionUpiHandleRedirectOrDisplayQrCode
impl UnwindSafe for PaymentIntentNextActionUpiHandleRedirectOrDisplayQrCode
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