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