pub struct DiagnosticRow {
pub severity: String,
pub kind: String,
pub source_path: Option<String>,
pub unit_id: Option<String>,
pub field: Option<String>,
pub message: String,
}Fields§
§severity: String§kind: String§source_path: Option<String>§unit_id: Option<String>§field: Option<String>§message: StringTrait Implementations§
Source§impl Clone for DiagnosticRow
impl Clone for DiagnosticRow
Source§fn clone(&self) -> DiagnosticRow
fn clone(&self) -> DiagnosticRow
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 DiagnosticRow
impl Debug for DiagnosticRow
Source§impl PartialEq for DiagnosticRow
impl PartialEq for DiagnosticRow
Source§fn eq(&self, other: &DiagnosticRow) -> bool
fn eq(&self, other: &DiagnosticRow) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DiagnosticRow
impl StructuralPartialEq for DiagnosticRow
Auto Trait Implementations§
impl Freeze for DiagnosticRow
impl RefUnwindSafe for DiagnosticRow
impl Send for DiagnosticRow
impl Sync for DiagnosticRow
impl Unpin for DiagnosticRow
impl UnsafeUnpin for DiagnosticRow
impl UnwindSafe for DiagnosticRow
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.