Hands-on Rust: EntityType needs PartialEq

Title: Hands-on Rust: EntityType needs PartialEq (page 283)

The EntityType needs to derive PartialEq for if template.entity_type == EntityType::Item { (on page 293) to compile.