pub struct VerboseErrors {
pub verbose: bool,
/* private fields */
}
Expand description
VerboseErrors
Two flags to track whether files with errors should be printed or an informational message to the user.
Fields§
§verbose: bool
Implementations§
Source§impl VerboseErrors
impl VerboseErrors
Auto Trait Implementations§
impl Freeze for VerboseErrors
impl RefUnwindSafe for VerboseErrors
impl Send for VerboseErrors
impl Sync for VerboseErrors
impl Unpin for VerboseErrors
impl UnwindSafe for VerboseErrors
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