pub struct PaymentIntentCardProcessing {
pub customer_notification: Option<PaymentIntentProcessingCustomerNotification>,
}
Fields§
§customer_notification: Option<PaymentIntentProcessingCustomerNotification>
Trait Implementations§
Source§impl Clone for PaymentIntentCardProcessing
impl Clone for PaymentIntentCardProcessing
Source§fn clone(&self) -> PaymentIntentCardProcessing
fn clone(&self) -> PaymentIntentCardProcessing
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 Debug for PaymentIntentCardProcessing
impl Debug for PaymentIntentCardProcessing
impl Copy for PaymentIntentCardProcessing
Auto Trait Implementations§
impl Freeze for PaymentIntentCardProcessing
impl RefUnwindSafe for PaymentIntentCardProcessing
impl Send for PaymentIntentCardProcessing
impl Sync for PaymentIntentCardProcessing
impl Unpin for PaymentIntentCardProcessing
impl UnwindSafe for PaymentIntentCardProcessing
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