pub struct ParserSettings {
pub loc_data: bool,
pub file_name: Rc<Path>,
}
Fields§
§loc_data: bool
§file_name: Rc<Path>
Auto Trait Implementations§
impl Freeze for ParserSettings
impl RefUnwindSafe for ParserSettings
impl !Send for ParserSettings
impl !Sync for ParserSettings
impl Unpin for ParserSettings
impl UnwindSafe for ParserSettings
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