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