pub struct ValidationTraceOutput {
pub output: ValidationOutput,
pub node_type_traces: NodeTypeTraceMap,
}Expand description
Validation output with node-level schema trace mapping.
Fields§
§output: ValidationOutput§node_type_traces: NodeTypeTraceMapTrait Implementations§
Source§impl Clone for ValidationTraceOutput
impl Clone for ValidationTraceOutput
Source§fn clone(&self) -> ValidationTraceOutput
fn clone(&self) -> ValidationTraceOutput
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 ValidationTraceOutput
impl Debug for ValidationTraceOutput
Source§impl Default for ValidationTraceOutput
impl Default for ValidationTraceOutput
Source§fn default() -> ValidationTraceOutput
fn default() -> ValidationTraceOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ValidationTraceOutput
impl RefUnwindSafe for ValidationTraceOutput
impl Send for ValidationTraceOutput
impl Sync for ValidationTraceOutput
impl Unpin for ValidationTraceOutput
impl UnsafeUnpin for ValidationTraceOutput
impl UnwindSafe for ValidationTraceOutput
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