pub enum NextExp {
Value(i32),
Infinite,
}Expand description
下一等级经验类型
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NextExp
impl RefUnwindSafe for NextExp
impl Send for NextExp
impl Sync for NextExp
impl Unpin for NextExp
impl UnsafeUnpin for NextExp
impl UnwindSafe for NextExp
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