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