pub struct PigEntity { /* private fields */ }
Trait Implementations§
Source§impl EntityComponent for PigEntity
impl EntityComponent for PigEntity
const CODEC: &'static dyn EntityCodec
Auto Trait Implementations§
impl Freeze for PigEntity
impl RefUnwindSafe for PigEntity
impl Send for PigEntity
impl Sync for PigEntity
impl Unpin for PigEntity
impl UnwindSafe for PigEntity
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