Expand description
Entity and associated types.
Structs§
- Entity
- Stores information from the MUD (MUD variables).
- Entity
Entry - This struct is created by
EntityMap::define. See its documentation for more. - Entity
Info - This struct is created by
EntityMap::published. See its documentation for more. - Entity
Map - Stores all entities for the current environment, both MXP-defined entities (as
Entity) and global XML entities (as&'static str).
Enums§
- Decoded
Entity - A decoded MXP entity, either standard or server-defined.
- Entity
Keyword - Keywords for
<!ENTITY>tags. - Entity
Visibility - Visibility of an
Entity, as defined by the server.
Type Aliases§
- Published
Iter - Type alias for the iterator returned by
EntityMap::published.