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