pub enum CharTag {
Ligature(u16),
List(Char),
Extension(ExtensibleRecipe),
}
Expand description
Tag of a character in a .pl file.
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq<CharTag> for CharTag
impl PartialEq<CharTag> for CharTag
impl Eq for CharTag
impl StructuralEq for CharTag
impl StructuralPartialEq for CharTag
Auto Trait Implementations§
impl RefUnwindSafe for CharTag
impl Send for CharTag
impl Sync for CharTag
impl Unpin for CharTag
impl UnwindSafe for CharTag
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