Struct pdl_compiler::analyzer::Diagnostics
source · pub struct Diagnostics {
pub diagnostics: Vec<Diagnostic<FileId>>,
}
Expand description
Aggregate analyzer diagnostics.
Fields§
§diagnostics: Vec<Diagnostic<FileId>>
Implementations§
source§impl Diagnostics
impl Diagnostics
Trait Implementations§
source§impl Debug for Diagnostics
impl Debug for Diagnostics
source§impl Default for Diagnostics
impl Default for Diagnostics
source§fn default() -> Diagnostics
fn default() -> Diagnostics
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for Diagnostics
impl Send for Diagnostics
impl Sync for Diagnostics
impl Unpin for Diagnostics
impl UnwindSafe for Diagnostics
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