pub enum SlayerBoss {
Zombie,
Spider,
Wolf,
Enderman,
Blaze,
Vampire,
}Expand description
A slayer boss type.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SlayerBoss
impl Clone for SlayerBoss
Source§fn clone(&self) -> SlayerBoss
fn clone(&self) -> SlayerBoss
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SlayerBoss
Source§impl Debug for SlayerBoss
impl Debug for SlayerBoss
impl Eq for SlayerBoss
Source§impl Hash for SlayerBoss
impl Hash for SlayerBoss
Source§impl PartialEq for SlayerBoss
impl PartialEq for SlayerBoss
impl StructuralPartialEq for SlayerBoss
Auto Trait Implementations§
impl Freeze for SlayerBoss
impl RefUnwindSafe for SlayerBoss
impl Send for SlayerBoss
impl Sync for SlayerBoss
impl Unpin for SlayerBoss
impl UnsafeUnpin for SlayerBoss
impl UnwindSafe for SlayerBoss
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