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