pub struct DiagnosticResponse {
pub diagnostic: Diagnostic,
}Expand description
JSON diagnostic error response body (matches WS format).
Fields§
§diagnostic: DiagnosticFull diagnostic information.
Trait Implementations§
Source§impl Debug for DiagnosticResponse
impl Debug for DiagnosticResponse
Auto Trait Implementations§
impl Freeze for DiagnosticResponse
impl RefUnwindSafe for DiagnosticResponse
impl Send for DiagnosticResponse
impl Sync for DiagnosticResponse
impl Unpin for DiagnosticResponse
impl UnwindSafe for DiagnosticResponse
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