pub enum Dice {
Boost,
Ability,
Proficiency,
Setback,
Difficulty,
Challenge,
Force,
}Expand description
Represents the type of dice that can be rolled
Variants§
Boost
The Boost Dice is a blue d6.
Ability
The Ability Dice is a green d8.
Proficiency
The Proficiency Dice is a yellow d12.
Setback
The Setback Dice is a black d6.
Difficulty
The Difficulty Dice is a purple d8.
Challenge
The Challenge Dice is a red d12.
Force
The Force is a white d12.
Trait Implementations§
impl Copy for Dice
impl Eq for Dice
impl StructuralPartialEq for Dice
Auto Trait Implementations§
impl Freeze for Dice
impl RefUnwindSafe for Dice
impl Send for Dice
impl Sync for Dice
impl Unpin for Dice
impl UnwindSafe for Dice
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