pub struct ExplainError {
pub instance_path: String,
pub message: String,
}Expand description
A validation error to display in the VALIDATION ERRORS section.
Fields§
§instance_path: StringJSON Pointer to the failing instance (e.g. /badges/appveyor).
message: StringHuman-readable error message.
Auto Trait Implementations§
impl Freeze for ExplainError
impl RefUnwindSafe for ExplainError
impl Send for ExplainError
impl Sync for ExplainError
impl Unpin for ExplainError
impl UnsafeUnpin for ExplainError
impl UnwindSafe for ExplainError
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