pub enum StatId {
Str,
Int,
Wis,
Agi,
Con,
Cha,
Unrecognized(i32),
}
Expand description
Base character stat
Variants§
Trait Implementations§
impl Copy for StatId
impl Eq for StatId
impl StructuralPartialEq for StatId
Auto Trait Implementations§
impl Freeze for StatId
impl RefUnwindSafe for StatId
impl Send for StatId
impl Sync for StatId
impl Unpin for StatId
impl UnwindSafe for StatId
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