pub enum LexMode {
JsxTag,
JsxTextContent,
SlashIsRegex,
Standard,
}
Variants§
Trait Implementations§
source§impl PartialEq for LexMode
impl PartialEq for LexMode
impl Copy for LexMode
impl Eq for LexMode
impl StructuralEq for LexMode
impl StructuralPartialEq for LexMode
Auto Trait Implementations§
impl RefUnwindSafe for LexMode
impl Send for LexMode
impl Sync for LexMode
impl Unpin for LexMode
impl UnwindSafe for LexMode
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