pub struct PaymentIntentNextActionCashappQrCode {
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 PaymentIntentNextActionCashappQrCode
impl Clone for PaymentIntentNextActionCashappQrCode
Source§fn clone(&self) -> PaymentIntentNextActionCashappQrCode
fn clone(&self) -> PaymentIntentNextActionCashappQrCode
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 PaymentIntentNextActionCashappQrCode
impl RefUnwindSafe for PaymentIntentNextActionCashappQrCode
impl Send for PaymentIntentNextActionCashappQrCode
impl Sync for PaymentIntentNextActionCashappQrCode
impl Unpin for PaymentIntentNextActionCashappQrCode
impl UnwindSafe for PaymentIntentNextActionCashappQrCode
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