pub enum MonKind {
Demon,
Drainer,
Angel,
Spirit,
Mystic,
}
Variants§
Trait Implementations§
impl Copy for MonKind
impl Eq for MonKind
impl StructuralPartialEq for MonKind
Auto Trait Implementations§
impl Freeze for MonKind
impl RefUnwindSafe for MonKind
impl Send for MonKind
impl Sync for MonKind
impl Unpin for MonKind
impl UnwindSafe for MonKind
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