pub enum DamageRolls {
Average,
Min,
Max,
}Variants§
Auto Trait Implementations§
impl Freeze for DamageRolls
impl RefUnwindSafe for DamageRolls
impl Send for DamageRolls
impl Sync for DamageRolls
impl Unpin for DamageRolls
impl UnwindSafe for DamageRolls
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