pub struct DiagnosticsResult {
pub id: RequestId,
pub diagnostics: Vec<Diagnostic>,
}
Fields§
§id: RequestId
§diagnostics: Vec<Diagnostic>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiagnosticsResult
impl RefUnwindSafe for DiagnosticsResult
impl Send for DiagnosticsResult
impl Sync for DiagnosticsResult
impl Unpin for DiagnosticsResult
impl UnwindSafe for DiagnosticsResult
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