Enum entities::Codepoints
source · pub enum Codepoints {
Single(u32),
Double(u32, u32),
}
Expand description
The unicode codepoint(s) for the “character” an entity is encoding.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Codepoints
impl Send for Codepoints
impl Sync for Codepoints
impl Unpin for Codepoints
impl UnwindSafe for Codepoints
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