pub enum RefundStatus {
SUCCESS,
CLOSED,
PROCESSING,
ABNORMAL,
None,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RefundStatus
impl RefUnwindSafe for RefundStatus
impl Send for RefundStatus
impl Sync for RefundStatus
impl Unpin for RefundStatus
impl UnwindSafe for RefundStatus
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