pub enum SchemaErrorKind {
Io,
ValueParse,
InvalidSchema,
RefResolution,
}Variants§
Trait Implementations§
Source§impl Debug for SchemaErrorKind
impl Debug for SchemaErrorKind
Auto Trait Implementations§
impl Freeze for SchemaErrorKind
impl RefUnwindSafe for SchemaErrorKind
impl Send for SchemaErrorKind
impl Sync for SchemaErrorKind
impl Unpin for SchemaErrorKind
impl UnwindSafe for SchemaErrorKind
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more