pub enum JsonError {
Io(Error),
Json(Error),
}Expand description
Basic compatible error type
Variants§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for JsonError
impl !UnwindSafe for JsonError
impl Freeze for JsonError
impl Send for JsonError
impl Sync for JsonError
impl Unpin for JsonError
impl UnsafeUnpin for JsonError
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