pub struct PaymentIntentNextActionCashappQrCode {
pub expires_at: Timestamp,
pub image_url_png: String,
pub image_url_svg: String,
}
Fields§
§expires_at: Timestamp
The date (unix timestamp) when the QR code expires.
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 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 moreSource§impl FromValueOpt for PaymentIntentNextActionCashappQrCode
impl FromValueOpt for PaymentIntentNextActionCashappQrCode
fn from_value(v: Value) -> Option<Self>
Auto 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