pub struct FatalDiagnostic { /* private fields */ }Available on crate feature
workspace only.Expand description
A fatal diagnostic in a workspace.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for FatalDiagnostic
impl !UnwindSafe for FatalDiagnostic
impl Freeze for FatalDiagnostic
impl Send for FatalDiagnostic
impl Sync for FatalDiagnostic
impl Unpin for FatalDiagnostic
impl UnsafeUnpin for FatalDiagnostic
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