pub struct ParserConfig {
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: boolTrait Implementations§
Source§impl Debug for ParserConfig
impl Debug for ParserConfig
Auto Trait Implementations§
impl Freeze for ParserConfig
impl RefUnwindSafe for ParserConfig
impl !Send for ParserConfig
impl !Sync for ParserConfig
impl Unpin for ParserConfig
impl UnwindSafe for ParserConfig
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