pub struct ErrorReporter {
pub panic_mode: bool,
pub had_error: bool,
}Fields§
§panic_mode: bool§had_error: boolImplementations§
Trait Implementations§
Source§impl Default for ErrorReporter
impl Default for ErrorReporter
Source§fn default() -> ErrorReporter
fn default() -> ErrorReporter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ErrorReporter
impl RefUnwindSafe for ErrorReporter
impl Send for ErrorReporter
impl Sync for ErrorReporter
impl Unpin for ErrorReporter
impl UnwindSafe for ErrorReporter
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