pub struct StructuralChangeDiagnostic {
pub kind: StructuralChangeDiagnosticKind,
pub message: String,
}Expand description
A machine-readable pre-mutation diagnostic.
Fields§
§kind: StructuralChangeDiagnosticKind§message: StringTrait Implementations§
Source§impl Clone for StructuralChangeDiagnostic
impl Clone for StructuralChangeDiagnostic
Source§impl Debug for StructuralChangeDiagnostic
impl Debug for StructuralChangeDiagnostic
Source§impl<'de> Deserialize<'de> for StructuralChangeDiagnostic
impl<'de> Deserialize<'de> for StructuralChangeDiagnostic
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
impl Eq for StructuralChangeDiagnostic
impl StructuralPartialEq for StructuralChangeDiagnostic
Auto Trait Implementations§
impl Freeze for StructuralChangeDiagnostic
impl RefUnwindSafe for StructuralChangeDiagnostic
impl Send for StructuralChangeDiagnostic
impl Sync for StructuralChangeDiagnostic
impl Unpin for StructuralChangeDiagnostic
impl UnsafeUnpin for StructuralChangeDiagnostic
impl UnwindSafe for StructuralChangeDiagnostic
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