pub struct SchemaErrorContext { /* private fields */ }Expand description
Structured schema-validation error context.
Implementations§
Trait Implementations§
Source§impl Clone for SchemaErrorContext
impl Clone for SchemaErrorContext
Source§fn clone(&self) -> SchemaErrorContext
fn clone(&self) -> SchemaErrorContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SchemaErrorContext
impl Debug for SchemaErrorContext
impl Eq for SchemaErrorContext
Source§impl PartialEq for SchemaErrorContext
impl PartialEq for SchemaErrorContext
Source§fn eq(&self, other: &SchemaErrorContext) -> bool
fn eq(&self, other: &SchemaErrorContext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SchemaErrorContext
Auto Trait Implementations§
impl Freeze for SchemaErrorContext
impl RefUnwindSafe for SchemaErrorContext
impl Send for SchemaErrorContext
impl Sync for SchemaErrorContext
impl Unpin for SchemaErrorContext
impl UnsafeUnpin for SchemaErrorContext
impl UnwindSafe for SchemaErrorContext
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