pub struct CheckoutPixPaymentMethodOptions {
pub expires_after_seconds: Option<i64>,
}
Fields§
§expires_after_seconds: Option<i64>
The number of seconds after which Pix payment will expire.
Trait Implementations§
Source§impl Clone for CheckoutPixPaymentMethodOptions
impl Clone for CheckoutPixPaymentMethodOptions
Source§fn clone(&self) -> CheckoutPixPaymentMethodOptions
fn clone(&self) -> CheckoutPixPaymentMethodOptions
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 CheckoutPixPaymentMethodOptions
impl FromValueOpt for CheckoutPixPaymentMethodOptions
fn from_value(v: Value) -> Option<Self>
impl Copy for CheckoutPixPaymentMethodOptions
Auto Trait Implementations§
impl Freeze for CheckoutPixPaymentMethodOptions
impl RefUnwindSafe for CheckoutPixPaymentMethodOptions
impl Send for CheckoutPixPaymentMethodOptions
impl Sync for CheckoutPixPaymentMethodOptions
impl Unpin for CheckoutPixPaymentMethodOptions
impl UnwindSafe for CheckoutPixPaymentMethodOptions
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