pub struct ErrorList { /* private fields */ }
Expand description
List of errors that were encountered during configuration file parsing
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorList
impl !RefUnwindSafe for ErrorList
impl Send for ErrorList
impl Sync for ErrorList
impl Unpin for ErrorList
impl !UnwindSafe for ErrorList
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