pub struct NodeValidationError {
pub keys: Keys,
pub node: Node,
pub kind: ValidationErrorKind,
pub info: String,
}Expand description
A validation error that contains text ranges as well.
Fields
keys: Keysnode: Nodekind: ValidationErrorKindinfo: StringTrait Implementations
sourceimpl Debug for NodeValidationError
impl Debug for NodeValidationError
Auto Trait Implementations
impl !RefUnwindSafe for NodeValidationError
impl !Send for NodeValidationError
impl !Sync for NodeValidationError
impl Unpin for NodeValidationError
impl !UnwindSafe for NodeValidationError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more