pub struct PaymentIntentNextActionSwishQrCode {
pub data: String,
pub image_url_png: String,
pub image_url_svg: String,
}Fields§
§data: StringThe raw data string used to generate QR code, it should be used together with QR code library.
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 PaymentIntentNextActionSwishQrCode
impl Clone for PaymentIntentNextActionSwishQrCode
Source§fn clone(&self) -> PaymentIntentNextActionSwishQrCode
fn clone(&self) -> PaymentIntentNextActionSwishQrCode
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 FromValueOpt for PaymentIntentNextActionSwishQrCode
impl FromValueOpt for PaymentIntentNextActionSwishQrCode
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentIntentNextActionSwishQrCode
impl PartialEq for PaymentIntentNextActionSwishQrCode
Source§fn eq(&self, other: &PaymentIntentNextActionSwishQrCode) -> bool
fn eq(&self, other: &PaymentIntentNextActionSwishQrCode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PaymentIntentNextActionSwishQrCode
impl StructuralPartialEq for PaymentIntentNextActionSwishQrCode
Auto Trait Implementations§
impl Freeze for PaymentIntentNextActionSwishQrCode
impl RefUnwindSafe for PaymentIntentNextActionSwishQrCode
impl Send for PaymentIntentNextActionSwishQrCode
impl Sync for PaymentIntentNextActionSwishQrCode
impl Unpin for PaymentIntentNextActionSwishQrCode
impl UnsafeUnpin for PaymentIntentNextActionSwishQrCode
impl UnwindSafe for PaymentIntentNextActionSwishQrCode
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