pub struct NullDiagnostics;Expand description
A no-op diagnostics sink (the default when the host does not supply one).
Trait Implementations§
Source§impl Default for NullDiagnostics
impl Default for NullDiagnostics
Source§fn default() -> NullDiagnostics
fn default() -> NullDiagnostics
Returns the “default value” for a type. Read more
Source§impl PluginDiagnostics for NullDiagnostics
impl PluginDiagnostics for NullDiagnostics
Auto Trait Implementations§
impl Freeze for NullDiagnostics
impl RefUnwindSafe for NullDiagnostics
impl Send for NullDiagnostics
impl Sync for NullDiagnostics
impl Unpin for NullDiagnostics
impl UnsafeUnpin for NullDiagnostics
impl UnwindSafe for NullDiagnostics
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