pub struct PaymentIntentNextActionUpiqrCode {
pub expires_at: i64,
pub image_url_png: String,
pub image_url_svg: String,
}Fields§
§expires_at: i64The date (unix timestamp) when the QR code expires.
image_url_png: StringThe image_url_png string used to render QR code
image_url_svg: StringThe image_url_svg string used to render QR code
Trait Implementations§
Source§impl Clone for PaymentIntentNextActionUpiqrCode
impl Clone for PaymentIntentNextActionUpiqrCode
Source§fn clone(&self) -> PaymentIntentNextActionUpiqrCode
fn clone(&self) -> PaymentIntentNextActionUpiqrCode
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 PaymentIntentNextActionUpiqrCode
impl PartialEq for PaymentIntentNextActionUpiqrCode
Source§fn eq(&self, other: &PaymentIntentNextActionUpiqrCode) -> bool
fn eq(&self, other: &PaymentIntentNextActionUpiqrCode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PaymentIntentNextActionUpiqrCode
impl StructuralPartialEq for PaymentIntentNextActionUpiqrCode
Auto Trait Implementations§
impl Freeze for PaymentIntentNextActionUpiqrCode
impl RefUnwindSafe for PaymentIntentNextActionUpiqrCode
impl Send for PaymentIntentNextActionUpiqrCode
impl Sync for PaymentIntentNextActionUpiqrCode
impl Unpin for PaymentIntentNextActionUpiqrCode
impl UnsafeUnpin for PaymentIntentNextActionUpiqrCode
impl UnwindSafe for PaymentIntentNextActionUpiqrCode
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