pub struct RefundNextActionDisplayDetails {
pub email_sent: EmailSent,
pub expires_at: Timestamp,
}
Fields§
§email_sent: EmailSent
§expires_at: Timestamp
The expiry timestamp.
Trait Implementations§
Source§impl Clone for RefundNextActionDisplayDetails
impl Clone for RefundNextActionDisplayDetails
Source§fn clone(&self) -> RefundNextActionDisplayDetails
fn clone(&self) -> RefundNextActionDisplayDetails
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 RefundNextActionDisplayDetails
impl FromValueOpt for RefundNextActionDisplayDetails
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for RefundNextActionDisplayDetails
impl RefUnwindSafe for RefundNextActionDisplayDetails
impl Send for RefundNextActionDisplayDetails
impl Sync for RefundNextActionDisplayDetails
impl Unpin for RefundNextActionDisplayDetails
impl UnwindSafe for RefundNextActionDisplayDetails
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