pub struct LexerModeStack {
pub stack: Vec<LexerMode>,
}Expand description
A lexer mode stack.
Fields§
§stack: Vec<LexerMode>The stack of modes
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LexerModeStack
impl RefUnwindSafe for LexerModeStack
impl Send for LexerModeStack
impl Sync for LexerModeStack
impl Unpin for LexerModeStack
impl UnsafeUnpin for LexerModeStack
impl UnwindSafe for LexerModeStack
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