Struct entities::Entity [] [src]

pub struct Entity {
    pub entity: &'static str,
    pub codepoints: Codepoints,
    pub characters: &'static str,
}

Represents an entry in the array of entity definitions.

Fields

Trait Implementations

impl Debug for Entity
[src]

[src]

Formats the value using the given formatter.