pub struct PaymentIntentNextActionCashappQrCode {
pub expires_at: Timestamp,
pub image_url_png: String,
pub image_url_svg: String,
}Fields§
§expires_at: TimestampThe 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 (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 PaymentIntentNextActionCashappQrCode
impl FromValueOpt for PaymentIntentNextActionCashappQrCode
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentIntentNextActionCashappQrCode
impl PartialEq for PaymentIntentNextActionCashappQrCode
Source§fn eq(&self, other: &PaymentIntentNextActionCashappQrCode) -> bool
fn eq(&self, other: &PaymentIntentNextActionCashappQrCode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PaymentIntentNextActionCashappQrCode
impl StructuralPartialEq for PaymentIntentNextActionCashappQrCode
Auto Trait Implementations§
impl Freeze for PaymentIntentNextActionCashappQrCode
impl RefUnwindSafe for PaymentIntentNextActionCashappQrCode
impl Send for PaymentIntentNextActionCashappQrCode
impl Sync for PaymentIntentNextActionCashappQrCode
impl Unpin for PaymentIntentNextActionCashappQrCode
impl UnsafeUnpin 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