pub enum TrainType {
Stat,
Skill,
Unrecognized(i32),
}
Expand description
Whether the player is spending a stat point or a skill point
Variants§
Trait Implementations§
impl Copy for TrainType
impl Eq for TrainType
impl StructuralPartialEq for TrainType
Auto Trait Implementations§
impl Freeze for TrainType
impl RefUnwindSafe for TrainType
impl Send for TrainType
impl Sync for TrainType
impl Unpin for TrainType
impl UnwindSafe for TrainType
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