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