Struct sscs::Entity
[−]
[src]
pub struct Entity {
// some fields omitted
}The entity id struct.
pub struct Entity {
// some fields omitted
}The entity id struct.
impl Entityimpl Debug for Entityimpl Hash for Entityfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Default for Entityimpl Decodable for Entityimpl Encodable for Entityimpl PartialOrd for Entityfn partial_cmp(&self, __arg_0: &Entity) -> Option<Ordering>fn lt(&self, __arg_0: &Entity) -> boolfn le(&self, __arg_0: &Entity) -> boolfn gt(&self, __arg_0: &Entity) -> boolfn ge(&self, __arg_0: &Entity) -> boolimpl Ord for Entityimpl Eq for Entityimpl PartialEq for Entityimpl Copy for Entityimpl Clone for Entityfn clone(&self) -> Entityfn clone_from(&mut self, source: &Self)