pub struct Entity {
pub entity: &'static str,
pub codepoints: Codepoints,
pub characters: &'static str,
}
Expand description
Represents an entry in the array of entity definitions.
Fields§
§entity: &'static str
§codepoints: Codepoints
§characters: &'static str
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Entity
impl Send for Entity
impl Sync for Entity
impl Unpin for Entity
impl UnwindSafe for Entity
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more