pub struct PaymentSourceBody {
pub payment_source: Option<PaymentSource>,
}
Expand description
The capture order endpoint body.
Fields§
§payment_source: Option<PaymentSource>
The payment source definition.
Trait Implementations§
Source§impl Clone for PaymentSourceBody
impl Clone for PaymentSourceBody
Source§fn clone(&self) -> PaymentSourceBody
fn clone(&self) -> PaymentSourceBody
Returns a copy 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 PaymentSourceBody
impl Debug for PaymentSourceBody
Source§impl Default for PaymentSourceBody
impl Default for PaymentSourceBody
Source§fn default() -> PaymentSourceBody
fn default() -> PaymentSourceBody
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PaymentSourceBody
impl RefUnwindSafe for PaymentSourceBody
impl Send for PaymentSourceBody
impl Sync for PaymentSourceBody
impl Unpin for PaymentSourceBody
impl UnwindSafe for PaymentSourceBody
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