pub struct SchemaViolation { /* private fields */ }Expand description
One schema-validation failure with its location.
Implementations§
Trait Implementations§
Source§impl Clone for SchemaViolation
impl Clone for SchemaViolation
Source§fn clone(&self) -> SchemaViolation
fn clone(&self) -> SchemaViolation
Returns a copy 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 SchemaViolation
impl Debug for SchemaViolation
Source§impl Display for SchemaViolation
impl Display for SchemaViolation
Source§impl PartialEq for SchemaViolation
impl PartialEq for SchemaViolation
impl Eq for SchemaViolation
impl StructuralPartialEq for SchemaViolation
Auto Trait Implementations§
impl Freeze for SchemaViolation
impl RefUnwindSafe for SchemaViolation
impl Send for SchemaViolation
impl Sync for SchemaViolation
impl Unpin for SchemaViolation
impl UnwindSafe for SchemaViolation
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