pub enum Evil {
Corruption = 0,
Crimson = 1,
}Variants§
Trait Implementations§
impl Copy for Evil
impl Eq for Evil
impl StructuralPartialEq for Evil
Auto Trait Implementations§
impl Freeze for Evil
impl RefUnwindSafe for Evil
impl Send for Evil
impl Sync for Evil
impl Unpin for Evil
impl UnwindSafe for Evil
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