pub struct LexerConfig {
pub crate_name: Option<Path>,
pub parse_macros: Rc<Vec<Path>>,
pub debug: bool,
}
Fields§
§crate_name: Option<Path>
§parse_macros: Rc<Vec<Path>>
§debug: bool
Trait Implementations§
Source§impl Debug for LexerConfig
impl Debug for LexerConfig
Auto Trait Implementations§
impl Freeze for LexerConfig
impl RefUnwindSafe for LexerConfig
impl !Send for LexerConfig
impl !Sync for LexerConfig
impl Unpin for LexerConfig
impl UnwindSafe for LexerConfig
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