pub struct MessageDiagnostic {
pub level: DiagnosticLevel,
pub diagnostic: Diagnostic,
}Fields§
§level: DiagnosticLevel§diagnostic: DiagnosticTrait Implementations§
Source§impl Debug for MessageDiagnostic
impl Debug for MessageDiagnostic
Source§impl<'de> Deserialize<'de> for MessageDiagnostic
impl<'de> Deserialize<'de> for MessageDiagnostic
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for MessageDiagnostic
impl RefUnwindSafe for MessageDiagnostic
impl Send for MessageDiagnostic
impl Sync for MessageDiagnostic
impl Unpin for MessageDiagnostic
impl UnsafeUnpin for MessageDiagnostic
impl UnwindSafe for MessageDiagnostic
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