pub enum TypstNodeType {
Show 14 variants
Atom,
Symbol,
Text,
Comment,
Whitespace,
Empty,
Group,
Supsub,
FuncCall,
Fraction,
Align,
Matrix,
Unknown,
NoBreakSpace,
}
Variants§
Atom
Symbol
Text
Comment
Whitespace
Empty
Group
Supsub
FuncCall
Fraction
Align
Matrix
Unknown
NoBreakSpace
Trait Implementations§
Source§impl Debug for TypstNodeType
impl Debug for TypstNodeType
Source§impl PartialEq for TypstNodeType
impl PartialEq for TypstNodeType
impl StructuralPartialEq for TypstNodeType
Auto Trait Implementations§
impl Freeze for TypstNodeType
impl RefUnwindSafe for TypstNodeType
impl Send for TypstNodeType
impl Sync for TypstNodeType
impl Unpin for TypstNodeType
impl UnwindSafe for TypstNodeType
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