pub struct RefundNotify { /* private fields */ }Expand description
退款回调数据
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RefundNotify
impl RefUnwindSafe for RefundNotify
impl Send for RefundNotify
impl Sync for RefundNotify
impl Unpin for RefundNotify
impl UnwindSafe for RefundNotify
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