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