pub struct PaymentIntentNextActionKlarnaDisplayQrCode {
pub data: String,
pub expires_at: Option<i64>,
pub image_url_png: String,
pub image_url_svg: String,
}Fields§
§data: StringThe data being used to generate QR code
expires_at: Option<i64>The timestamp at which 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 PaymentIntentNextActionKlarnaDisplayQrCode
impl Clone for PaymentIntentNextActionKlarnaDisplayQrCode
Source§fn clone(&self) -> PaymentIntentNextActionKlarnaDisplayQrCode
fn clone(&self) -> PaymentIntentNextActionKlarnaDisplayQrCode
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 moreSource§impl PartialEq for PaymentIntentNextActionKlarnaDisplayQrCode
impl PartialEq for PaymentIntentNextActionKlarnaDisplayQrCode
Source§fn eq(&self, other: &PaymentIntentNextActionKlarnaDisplayQrCode) -> bool
fn eq(&self, other: &PaymentIntentNextActionKlarnaDisplayQrCode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PaymentIntentNextActionKlarnaDisplayQrCode
impl StructuralPartialEq for PaymentIntentNextActionKlarnaDisplayQrCode
Auto Trait Implementations§
impl Freeze for PaymentIntentNextActionKlarnaDisplayQrCode
impl RefUnwindSafe for PaymentIntentNextActionKlarnaDisplayQrCode
impl Send for PaymentIntentNextActionKlarnaDisplayQrCode
impl Sync for PaymentIntentNextActionKlarnaDisplayQrCode
impl Unpin for PaymentIntentNextActionKlarnaDisplayQrCode
impl UnsafeUnpin for PaymentIntentNextActionKlarnaDisplayQrCode
impl UnwindSafe for PaymentIntentNextActionKlarnaDisplayQrCode
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