pub struct LexerRuleTable {
pub rules: Vec<LexerRule>,
}Expand description
A lexer rule table.
Fields§
§rules: Vec<LexerRule>All rules in this table
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LexerRuleTable
impl RefUnwindSafe for LexerRuleTable
impl Send for LexerRuleTable
impl Sync for LexerRuleTable
impl Unpin for LexerRuleTable
impl UnsafeUnpin for LexerRuleTable
impl UnwindSafe for LexerRuleTable
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