pub struct RefundPayment {
pub pay_id: PaymentId,
pub status: PaymentStatus,
}Fields§
§pay_id: PaymentId§status: PaymentStatusTrait Implementations§
Source§impl Debug for RefundPayment
impl Debug for RefundPayment
Source§impl<'de> Deserialize<'de> for RefundPayment
impl<'de> Deserialize<'de> for RefundPayment
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RefundPayment
impl RefUnwindSafe for RefundPayment
impl Send for RefundPayment
impl Sync for RefundPayment
impl Unpin for RefundPayment
impl UnsafeUnpin for RefundPayment
impl UnwindSafe for RefundPayment
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