pub enum TexTokenType {
Element,
Command,
Text,
Comment,
Space,
Newline,
Control,
Unknown,
NoBreakSpace,
}
Variants§
Trait Implementations§
Source§impl Clone for TexTokenType
impl Clone for TexTokenType
Source§fn clone(&self) -> TexTokenType
fn clone(&self) -> TexTokenType
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 TexTokenType
impl Debug for TexTokenType
Source§impl PartialEq for TexTokenType
impl PartialEq for TexTokenType
impl StructuralPartialEq for TexTokenType
Auto Trait Implementations§
impl Freeze for TexTokenType
impl RefUnwindSafe for TexTokenType
impl Send for TexTokenType
impl Sync for TexTokenType
impl Unpin for TexTokenType
impl UnwindSafe for TexTokenType
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