pub struct DiagnosticResponse {
pub fields: Vec<DiagnosticField>,
}Expand description
Ordered diagnostic fields from an error or notice response.
Fields§
§fields: Vec<DiagnosticField>Diagnostic fields in their original wire order.
Trait Implementations§
Source§impl Clone for DiagnosticResponse
impl Clone for DiagnosticResponse
Source§fn clone(&self) -> DiagnosticResponse
fn clone(&self) -> DiagnosticResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DiagnosticResponse
impl Debug for DiagnosticResponse
impl Eq for DiagnosticResponse
Source§impl PartialEq for DiagnosticResponse
impl PartialEq for DiagnosticResponse
impl StructuralPartialEq 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 UnsafeUnpin for DiagnosticResponse
impl UnwindSafe for DiagnosticResponse
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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