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