pub struct LexerMap {
pub classes: BTreeMap<LexerClasses, Symbol>,
/* private fields */
}
Fields§
§classes: BTreeMap<LexerClasses, Symbol>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LexerMap
impl RefUnwindSafe for LexerMap
impl Send for LexerMap
impl Sync for LexerMap
impl Unpin for LexerMap
impl UnwindSafe for LexerMap
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