pub struct RefundPayment {
pub reason: String,
}Fields§
§reason: StringTrait Implementations§
Source§impl Debug for RefundPayment
impl Debug for RefundPayment
Auto Trait Implementations§
impl Freeze for RefundPayment
impl RefUnwindSafe for RefundPayment
impl Send for RefundPayment
impl Sync for RefundPayment
impl Unpin 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