pub struct MathLexer;Trait Implementations§
Auto Trait Implementations§
impl Freeze for MathLexer
impl RefUnwindSafe for MathLexer
impl Send for MathLexer
impl Sync for MathLexer
impl Unpin for MathLexer
impl UnwindSafe for MathLexer
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