pub struct SchemaDefinitionError;
Trait Implementations§
Source§impl ErrorKind for SchemaDefinitionError
impl ErrorKind for SchemaDefinitionError
Auto Trait Implementations§
impl Freeze for SchemaDefinitionError
impl RefUnwindSafe for SchemaDefinitionError
impl Send for SchemaDefinitionError
impl Sync for SchemaDefinitionError
impl Unpin for SchemaDefinitionError
impl UnwindSafe for SchemaDefinitionError
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