pub struct SpawnEgg;Expand description
Handles rare spawn egg drops on entity death.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpawnEgg
impl RefUnwindSafe for SpawnEgg
impl Send for SpawnEgg
impl Sync for SpawnEgg
impl Unpin for SpawnEgg
impl UnsafeUnpin for SpawnEgg
impl UnwindSafe for SpawnEgg
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