pub struct PlanValidationDiagnosticV2 {
pub message: String,
}Expand description
Structured validation diagnostic for the full-parity source contract.
Fields§
§message: StringHuman-readable validation message.
Trait Implementations§
Source§impl Clone for PlanValidationDiagnosticV2
impl Clone for PlanValidationDiagnosticV2
Source§fn clone(&self) -> PlanValidationDiagnosticV2
fn clone(&self) -> PlanValidationDiagnosticV2
Returns a duplicate of the value. Read more
1.0.0 · 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 PlanValidationDiagnosticV2
impl Debug for PlanValidationDiagnosticV2
Source§impl<'de> Deserialize<'de> for PlanValidationDiagnosticV2
impl<'de> Deserialize<'de> for PlanValidationDiagnosticV2
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 PlanValidationDiagnosticV2
impl StructuralPartialEq for PlanValidationDiagnosticV2
Auto Trait Implementations§
impl Freeze for PlanValidationDiagnosticV2
impl RefUnwindSafe for PlanValidationDiagnosticV2
impl Send for PlanValidationDiagnosticV2
impl Sync for PlanValidationDiagnosticV2
impl Unpin for PlanValidationDiagnosticV2
impl UnwindSafe for PlanValidationDiagnosticV2
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