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