pub trait Entity: Clone { }Expand description
Any type that can represent an entity.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementations on Foreign Types§
impl Entity for Value
Implementors§
impl Entity for mcdata::latest::Entity
Available on crate features
1.21.7 and entities only.impl Entity for mcdata::mc1_14::Entity
Available on crate features
1.14 and entities only.impl Entity for mcdata::mc1_15::Entity
Available on crate features
1.15 and entities only.impl Entity for mcdata::mc1_15_2::Entity
Available on crate features
1.15.2 and entities only.impl Entity for mcdata::mc1_16::Entity
Available on crate features
1.16 and entities only.impl Entity for mcdata::mc1_16_2::Entity
Available on crate features
1.16.2 and entities only.impl Entity for mcdata::mc1_17::Entity
Available on crate features
1.17 and entities only.impl Entity for mcdata::mc1_18::Entity
Available on crate features
1.18 and entities only.impl Entity for mcdata::mc1_19::Entity
Available on crate features
1.19 and entities only.impl Entity for mcdata::mc1_19_1::Entity
Available on crate features
1.19.1 and entities only.impl Entity for mcdata::mc1_19_3::Entity
Available on crate features
1.19.3 and entities only.impl Entity for mcdata::mc1_19_4::Entity
Available on crate features
1.19.4 and entities only.impl Entity for mcdata::mc1_20::Entity
Available on crate features
1.20 and entities only.impl Entity for mcdata::mc1_20_2::Entity
Available on crate features
1.20.2 and entities only.impl Entity for mcdata::mc1_20_3::Entity
Available on crate features
1.20.3 and entities only.impl Entity for mcdata::mc1_20_5::Entity
Available on crate features
1.20.5 and entities only.impl Entity for mcdata::mc1_21::Entity
Available on crate features
1.21 and entities only.impl Entity for mcdata::mc1_21_2::Entity
Available on crate features
1.21.2 and entities only.impl Entity for mcdata::mc1_21_4::Entity
Available on crate features
1.21.4 and entities only.impl Entity for mcdata::mc1_21_5::Entity
Available on crate features
1.21.5 and entities only.impl Entity for mcdata::mc1_21_6::Entity
Available on crate features
1.21.6 and entities only.