pub struct DiagnosticReporter { /* private fields */ }
Implementations§
Source§impl DiagnosticReporter
impl DiagnosticReporter
pub fn report_diagnostic(&mut self, query: &str, diagnostic: Diagnostic)
Trait Implementations§
Source§impl Default for DiagnosticReporter
impl Default for DiagnosticReporter
Source§fn default() -> DiagnosticReporter
fn default() -> DiagnosticReporter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DiagnosticReporter
impl RefUnwindSafe for DiagnosticReporter
impl Send for DiagnosticReporter
impl Sync for DiagnosticReporter
impl Unpin for DiagnosticReporter
impl UnwindSafe for DiagnosticReporter
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