pub struct AnalyzerErrors { /* private fields */ }
Expand description
A structure which holds information about the errors if any.
To check if any error messages are in buffer, use function
is_error
.
Implementations§
Source§impl AnalyzerErrors
impl AnalyzerErrors
pub fn get_errors(&self) -> Iter<'_, SerializationErrorPartial>
Trait Implementations§
Source§impl Debug for AnalyzerErrors
impl Debug for AnalyzerErrors
Auto Trait Implementations§
impl Freeze for AnalyzerErrors
impl RefUnwindSafe for AnalyzerErrors
impl Send for AnalyzerErrors
impl Sync for AnalyzerErrors
impl Unpin for AnalyzerErrors
impl UnwindSafe for AnalyzerErrors
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