pub enum TexNodeType {
Show 17 variants
Element,
Text,
Comment,
Whitespace,
Control,
Ordgroup,
SupSub,
UnaryFunc,
BinaryFunc,
OptionBinaryFunc,
Leftright,
BeginEnd,
Symbol,
Empty,
UnknownMacro,
NoBreakSpace,
Unknown,
}
Variants§
Element
Text
Comment
Whitespace
Control
Ordgroup
SupSub
UnaryFunc
BinaryFunc
OptionBinaryFunc
Leftright
BeginEnd
Symbol
Empty
UnknownMacro
NoBreakSpace
Unknown
Trait Implementations§
Source§impl Clone for TexNodeType
impl Clone for TexNodeType
Source§fn clone(&self) -> TexNodeType
fn clone(&self) -> TexNodeType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TexNodeType
impl Debug for TexNodeType
Source§impl PartialEq for TexNodeType
impl PartialEq for TexNodeType
impl StructuralPartialEq for TexNodeType
Auto Trait Implementations§
impl Freeze for TexNodeType
impl RefUnwindSafe for TexNodeType
impl Send for TexNodeType
impl Sync for TexNodeType
impl Unpin for TexNodeType
impl UnwindSafe for TexNodeType
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