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