pub struct CreeperEntity { /* private fields */ }
Trait Implementations§
Source§impl Debug for CreeperEntity
impl Debug for CreeperEntity
Source§impl Default for CreeperEntity
impl Default for CreeperEntity
Source§fn default() -> CreeperEntity
fn default() -> CreeperEntity
Returns the “default value” for a type. Read more
Source§impl EntityComponent for CreeperEntity
impl EntityComponent for CreeperEntity
const CODEC: &'static dyn EntityCodec
Auto Trait Implementations§
impl Freeze for CreeperEntity
impl RefUnwindSafe for CreeperEntity
impl Send for CreeperEntity
impl Sync for CreeperEntity
impl Unpin for CreeperEntity
impl UnwindSafe for CreeperEntity
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