pub struct RefundNextAction {
pub display_details: Option<RefundNextActionDisplayDetails>,
pub type_: String,
}
Fields§
§display_details: Option<RefundNextActionDisplayDetails>
§type_: String
Type of the next action to perform.
Trait Implementations§
Source§impl Clone for RefundNextAction
impl Clone for RefundNextAction
Source§fn clone(&self) -> RefundNextAction
fn clone(&self) -> RefundNextAction
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 RefundNextAction
impl Debug for RefundNextAction
Source§impl Deserialize for RefundNextAction
impl Deserialize for RefundNextAction
Source§impl ObjectDeser for RefundNextAction
impl ObjectDeser for RefundNextAction
Auto Trait Implementations§
impl Freeze for RefundNextAction
impl RefUnwindSafe for RefundNextAction
impl Send for RefundNextAction
impl Sync for RefundNextAction
impl Unpin for RefundNextAction
impl UnwindSafe for RefundNextAction
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