pub struct KeywordTable {
pub table: HashMap<String, TokenKind>,
}
Expand description
Представление для соответствия строки ключевого слово к соответствующему типу токена
Fields§
§table: HashMap<String, TokenKind>
Таблица соответствия строки ключевого слово к соответствующему типу токена
Implementations§
Auto Trait Implementations§
impl Freeze for KeywordTable
impl RefUnwindSafe for KeywordTable
impl Send for KeywordTable
impl Sync for KeywordTable
impl Unpin for KeywordTable
impl UnwindSafe for KeywordTable
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