#[repr(u8)]pub enum SkipDice {
ENABLE = 0,
DISABLE = 1,
VALUE_2 = 2,
VALUE_3 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for SkipDice
impl Ord for SkipDice
Source§impl PartialOrd for SkipDice
impl PartialOrd for SkipDice
impl Copy for SkipDice
impl Eq for SkipDice
impl StructuralPartialEq for SkipDice
Auto Trait Implementations§
impl Freeze for SkipDice
impl RefUnwindSafe for SkipDice
impl Send for SkipDice
impl Sync for SkipDice
impl Unpin for SkipDice
impl UnwindSafe for SkipDice
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