pub enum LexMode {
JsxTag,
JsxTextContent,
SlashIsRegex,
Standard,
}
Variants§
Trait Implementations§
impl Copy for LexMode
impl Eq for LexMode
impl StructuralPartialEq for LexMode
Auto Trait Implementations§
impl Freeze for LexMode
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