pub struct RefundNextActionDisplayDetails {
pub email_sent: EmailSent,
pub expires_at: Timestamp,
}Fields§
§email_sent: EmailSent§expires_at: TimestampThe 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 (const: unstable) · 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>
Source§impl PartialEq for RefundNextActionDisplayDetails
impl PartialEq for RefundNextActionDisplayDetails
Source§fn eq(&self, other: &RefundNextActionDisplayDetails) -> bool
fn eq(&self, other: &RefundNextActionDisplayDetails) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RefundNextActionDisplayDetails
impl StructuralPartialEq for RefundNextActionDisplayDetails
Auto Trait Implementations§
impl Freeze for RefundNextActionDisplayDetails
impl RefUnwindSafe for RefundNextActionDisplayDetails
impl Send for RefundNextActionDisplayDetails
impl Sync for RefundNextActionDisplayDetails
impl Unpin for RefundNextActionDisplayDetails
impl UnsafeUnpin 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