pub enum Die {
Omni,
Element(Element),
}Expand description
An elemental octet die
Variants§
Trait Implementations§
impl Copy for Die
impl Eq for Die
impl StructuralPartialEq for Die
Auto Trait Implementations§
impl Freeze for Die
impl RefUnwindSafe for Die
impl Send for Die
impl Sync for Die
impl Unpin for Die
impl UnwindSafe for Die
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