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