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