pub struct PaymentIntentNextActionSwishQrCode {
pub data: String,
pub image_url_png: String,
pub image_url_svg: String,
}
Fields§
§data: String
The raw data string used to generate QR code, it should be used together with QR code library.
image_url_png: String
The image_url_png string used to render QR code
image_url_svg: String
The 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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for PaymentIntentNextActionSwishQrCode
impl RefUnwindSafe for PaymentIntentNextActionSwishQrCode
impl Send for PaymentIntentNextActionSwishQrCode
impl Sync for PaymentIntentNextActionSwishQrCode
impl Unpin 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